JSPM

  • Created
  • Published
  • Downloads 132242
  • Score
    100M100P100Q171728F
  • License MIT

JavaScript grammar for tree-sitter

Package Exports

  • tree-sitter-javascript
  • tree-sitter-javascript/bindings/node/index.js
  • tree-sitter-javascript/grammar
  • tree-sitter-javascript/grammar.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tree-sitter-javascript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tree-sitter-javascript

CI discord matrix crates npm pypi

JavaScript and JSX grammar for tree-sitter.

This grammar intends to be a close approximation of the ECMAScript specification, with some extensions to support JSX syntax. We try to support the latest version of the spec, though it is possible that some very new features may not be supported yet.

References