Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ES6 module import statement #11

Closed
vstirbu opened this issue Feb 15, 2018 · 1 comment
Closed

Support ES6 module import statement #11

vstirbu opened this issue Feb 15, 2018 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@vstirbu
Copy link
Owner

vstirbu commented Feb 15, 2018

The plugin does not render state machines defined like this:

import fsm from 'fsm-as-promised';

const instance = fsm({...});
@vstirbu vstirbu added the enhancement New feature or request label Feb 15, 2018
@vstirbu vstirbu changed the title Support ES6 module Support ES6 module import statement Feb 15, 2018
@vstirbu vstirbu changed the title Support ES6 module import statement Support ES6 module import statement Feb 15, 2018
@vstirbu vstirbu added this to To Do in Kanban Feb 15, 2018
@vstirbu
Copy link
Owner Author

vstirbu commented Feb 16, 2018

closed by 30b1037

@vstirbu vstirbu closed this as completed Feb 16, 2018
Kanban automation moved this from To Do to Done Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Kanban
  
Done
Development

No branches or pull requests

1 participant