0.20.5 • Published 3 months ago

tree-sitter-typescript v0.20.5

Weekly downloads
7,335
License
MIT
Repository
github
Last release
3 months ago

tree-sitter-typescript

CI Discord Rust Crate Node Package

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 the tsx parser.

References