0.20.4 • Published 1 year ago

plexgram-typescript v0.20.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tree-sitter-typescript

Build Status Build status

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

0.20.4

1 year ago

0.20.3

2 years ago