-
Notifications
You must be signed in to change notification settings - Fork 108
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
TypeError: Class constructor Lexer cannot be invoked without 'new' #310
Comments
can someone please help us here. We are getting this error when it executes constructor for Lexer.js
|
To date, we have not tackled getting antlr4ts to run on browsers, we recognize that it's desirable but it is not currently in scope for our first release, so helping with the current info provided is tricky. If you can simplify the sample code for this issue to be node.js only, we can probably tackle it sooner. Ideally you could point me at a simpler sample project on github rather than embed project files in the issue description. |
I think this could be fixed by setting the |
Duplicate of #326 |
getting below exception:
package.json
The text was updated successfully, but these errors were encountered: