tree-sitter-typescript icon indicating copy to clipboard operation
tree-sitter-typescript copied to clipboard

Update tree-sitter-javascript

Open NullVoxPopuli opened this issue 3 years ago • 0 comments

Just updates the tree-sitter-javascript git reference so that typescript users can take advantage of the ts-JS additions and features

Checklist:

  • [ ] All tests pass in CI.
  • [x] There are sufficient tests for the new fix/feature.
  • [x] Grammar rules have not been renamed unless absolutely necessary.
  • [x] The conflicts section hasn't grown too much.
  • [x] The parser size hasn't grown too much (check the value of STATE_COUNT in src/parser.c). typescript STATE_COUNT 4208 => 4225 tsx STATE_COUNT 4452 => 4469

Screenshot: image

Locally, I did need to copy the injections.scm from tree-sitter-javascript into my neovim's typescript queries folder. idk if that'll be required once I stop using ts-JS and ts-TS from git

NullVoxPopuli avatar Aug 21 '22 18:08 NullVoxPopuli