-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Undefined label #113
Comments
Thanks for reporting, fixed as part of #114 |
Thanks! |
How did I understand that current version of the Jint engine is not yet compatible with latest version of the Esprima parser? In most cases, the following error occurs:
|
Sounds odd, I think the current NuGet Jint references the latest published Esprima package and they are working together. |
Nothing strange, just I locally builded a package with latest version of the Esprima parser. |
@sebastienros should we release a new version of esprima and link Jint against it? |
In principle, you can not rush, because I plan tomorrow to describe the error that occurs in the CoffeeScript. |
Hello!
During parsing of the
typescript-combined.js
file the following error occurs:Parser from the Jint version 2.X correctly processed this code. ChakraCore and V8 can also parse this code correctly.
The text was updated successfully, but these errors were encountered: