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

Don’t break upstream TypeScriptLexer by mutating JavaScriptLexer.tokens #20

Merged
merged 1 commit into from May 15, 2023

Conversation

andersk
Copy link
Contributor

@andersk andersk commented May 15, 2023

This is not our dictionary to mutate. Fixes #19.

This is not our dictionary to mutate.  Fixes fcurella#19.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Copy link
Owner

@fcurella fcurella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@coveralls
Copy link

Coverage Status

Coverage: 100.0%. Remained the same when pulling bb15e40 on andersk:tokens-mutation into 04d486d on fcurella:master.

@fcurella fcurella merged commit ea6fa49 into fcurella:master May 15, 2023
17 checks passed
@andersk andersk deleted the tokens-mutation branch May 15, 2023 21:00
This was referenced May 15, 2023
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.

Breaks upstream TypeScriptLexer by mutating pygments.lexers.javascript.JavascriptLexer.tokens
3 participants