Follow tree-sitter installation instructions
npx tree-sitter generate
npx tree-sitter test
Run tests matching a specific filter:
npx tree-sitter test -f 'Node'
python -m pip install .
- Bump all build files to matching version (global search & replace)
- Commit changes
- Tag with new version using `git tag -a -m ""
git push --follow-tags