Skip to content

Is there any plugin available for typescript? #2044

Answered by bd82
alamhubb asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @alamhubb

TypeScript is a superset of JavaScript (ECMAScript).
And JavaScript is not a language which is simple to lex/parse with separate lexing and parsing steps.

In other words, Chevrotain may not be the right too for the job of extending TypeScript grammar.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alamhubb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2043 on September 26, 2024 10:58.