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

ES6 Imports #40

Closed
robertmain opened this issue Nov 23, 2017 · 1 comment
Closed

ES6 Imports #40

robertmain opened this issue Nov 23, 2017 · 1 comment

Comments

@robertmain
Copy link
Contributor

robertmain commented Nov 23, 2017

Would it be possible to look at using ES6 imports instead of require? Reason being is that ES6 imports are async so they run in parallel, whereas calls to require run synchronously and are therefore very very slow.

@robertmain
Copy link
Contributor Author

Looks like node doesn't currently support ES6 imports without the use of Babel. Never mind :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant