-
Notifications
You must be signed in to change notification settings - Fork 358
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
Does the version ( j2v8 4.7.1 for linux) support ES6 import, new features? #279
Comments
It uses node 7.4.0 so one needs to check what exact;y V8 version is in this nodejs version. |
It builds on V8 version |
I am pretty sure: v8 5.4.x does support ES6 imports, in version 6 they already focus on rest spread operator... (kinda ES7) |
I just tested it, and unfortunately the answer is no.
This fails with a compilation error on the symbol As I've often said, we are bug for bug, feature for feature compatible with V8. We can do as much as V8, but no more. |
I want to load javascript which is using ES6 import and "new" features. Does j2v8 support ES6?
The text was updated successfully, but these errors were encountered: