-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 without babel #2455
Comments
That's entirely up to the environment in which Mocha is run. I believe the latest versions of Node support just about all of ES2015 except the |
ok so it's a node requirement then. |
@caperavensoftware You'll need to transpile. There are various ways to accomplish this. You could do |
Is it worth considering to reopen this since nodejs does now support imports? |
@SGD1953 I'm not sure why this would need to be reopened if there's native support. just use it |
I'm nearly certain we allow experimental flags to pass through the |
I opened #3006 for this, apparent the situation is a bit more nuanced. |
Are there any plans to start supporting es2015 code like import and export without the use of babel?
The text was updated successfully, but these errors were encountered: