Skip to content
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

Parser and Lexar build error: xxx is used before its initialization #429

Open
jenlai1345 opened this issue Dec 6, 2019 · 1 comment · May be fixed by #454
Open

Parser and Lexar build error: xxx is used before its initialization #429

jenlai1345 opened this issue Dec 6, 2019 · 1 comment · May be fixed by #454

Comments

@jenlai1345
Copy link

Generated MyGrammarParser.ts and MyGrammarLexer.ts contains build error:

Property '_LITERAL_NAMES' is used before its initialization.
Property '_SYMBOLIC_NAMES' is used before its initialization.

typescript version: 3.7.2

@BurtHarris BurtHarris linked a pull request Apr 26, 2020 that will close this issue
@BurtHarris
Copy link
Collaborator

I believe this was a tslint warning. With a pending PR, I'm removing dependency on tslint, switching to eslint.

@BurtHarris BurtHarris linked a pull request Apr 26, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants