ppc64le/linux/: tree-sitter-typescript-0.23.2+ppc64le1 metadata and description

Simple index

TypeScript and TSX grammars for tree-sitter

author_email Max Brunsfeld <[email protected]>, Amaan Qureshi <[email protected]>
classifiers
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Topic :: Software Development :: Compilers
  • Topic :: Text Processing :: Linguistic
  • Typing :: Typed
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic license-file
keywords incremental,parsing,tree-sitter,typescript,tsx
license MIT
license_file LICENSE
project_urls
  • Homepage, https://github.com/tree-sitter/tree-sitter-typescript
provides_extras core
requires_dist
  • tree-sitter~=0.23; extra == "core"
requires_python >=3.9
File Tox results History
tree_sitter_typescript-0.23.2+ppc64le1-cp39-abi3-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
342 KB
Type
Python Wheel
Python
3.9

tree-sitter-typescript

CI discord matrix crates npm pypi

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

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.