-
Notifications
You must be signed in to change notification settings - Fork 786
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
import('aa.js') not supported #2075
Comments
I've done a fix for this in esprima.net |
fix : #2076 |
Hi @jogibear9988, thanks for the report and the fix! For our future reference, this likely needs a reference to the specification, as well as some tests. |
there are already tests for "import(xxx)" |
my fix has one problem: import('a','b') is no error (but it should be). but I don't know how this should be fixed atm. I'm not deep enough into esprima |
the import('a', 'b') is now also fixed that it would fail. |
No description provided.
The text was updated successfully, but these errors were encountered: