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

Added missing TS SyntaxKinds. #92

Closed
wants to merge 1 commit into from
Closed

Added missing TS SyntaxKinds. #92

wants to merge 1 commit into from

Conversation

traceyyoshima
Copy link
Contributor

@traceyyoshima traceyyoshima commented Nov 28, 2023

Changes:

  • Node syntax kinds from the compiler were added to visitNode.
  • Updated mapModifiers to automatically set JS/TS modifiers as LanguageExtensions.
  • Added PrivateIdentifier to switch condition for visitIdentifier.
    • The nodes PrivateIdentifier and Identifier have the same escapedText.

fixes #89

@traceyyoshima traceyyoshima marked this pull request as ready for review November 28, 2023 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add missing TSCSyntax kind to visitNode based on the types.ts in the compiler.
2 participants