tree-sitter-typescript

Image for: tree-sitter-typescript
0.23.2 • Public • Published

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

Package Sidebar

Image for: Package Sidebar

Install

npm i tree-sitter-typescript

Weekly Downloads

48,969

Version

0.23.2

License

MIT

Unpacked Size

38.8 MB

Total Files

43

Last publish

Collaborators