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

[JS] Fix Parser.getSourceName returning undefined #4575

Merged
merged 1 commit into from Apr 6, 2024

Conversation

Phlosioneer
Copy link
Contributor

Parser.getSourceName was expecting a field sourceName on TokenStream, but that doesn't exist on any TokenStream implementation. This commit fixes the bug by calling getSourceName, which is defined on BufferedTokenStream.

This commit also removes some nearby commented-out code that didn't make any sense.

Parser.getSourceName was expecting a field `sourceName` on `TokenStream`,
but that doesn't exist on any `TokenStream` implementation. This commit
fixes the bug by calling `getSourceName`, which *is* defined on
`BufferedTokenStream`.

This commit also removes some nearby commented-out code that didn't make
any sense.

Signed-off-by: Phlosioneer <mattmdrr2@gmail.com>
@ericvergnaud
Copy link
Contributor

Thanks!

@ericvergnaud ericvergnaud merged commit b486ce7 into antlr:dev Apr 6, 2024
41 of 42 checks passed
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 this pull request may close these issues.

None yet

2 participants