1 unstable release
0.25.0-codemod.1 | Feb 3, 2025 |
---|
#190 in Text editors
120 downloads per month
18MB
567K
SLoC
tree-sitter-typescript
TypeScript and TSX grammars for tree-sitter.
Because TSX and TypeScript are actually two different dialects, this module defines two grammars. Require them as follows:
require("tree-sitter-typescript").typescript; // TypeScript grammar
require("tree-sitter-typescript").tsx; // TSX grammar
For Javascript files with flow type annotations you can use the tsx
parser.
References