JSPM

  • Created
  • Published
  • Downloads 65966
  • Score
    100M100P100Q166755F
  • License MIT

Bash grammar for tree-sitter

Package Exports

  • tree-sitter-bash
  • tree-sitter-bash/bindings/node/index.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-bash) 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-bash

CI discord matrix crates npm pypi

Bash grammar for tree-sitter.

Development

Install the dependencies:

npm install

Build and run the tests:

npm run build
npm run test

Run the build and tests in watch mode:

npm run test:watch

References