ppc64le/linux/: tree-sitter-typescript-0.23.2+ppc64le1 metadata and description
TypeScript and TSX grammars for tree-sitter
| author_email | Max Brunsfeld <[email protected]>, Amaan Qureshi <[email protected]> |
| classifiers |
|
| description_content_type | text/markdown |
| dynamic | license-file |
| keywords | incremental,parsing,tree-sitter,typescript,tsx |
| license | MIT |
| license_file | LICENSE |
| metadata_version | 2.4 |
| project_urls |
|
| provides_extras | core |
| requires_dist |
|
| requires_python | >=3.9 |
| File | Tox results | History |
|---|---|---|
tree_sitter_typescript-0.23.2+ppc64le1-cp39-abi3-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
|
|
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