tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
335 stars 104 forks source link

Update tree-sitter-javascript #218

Closed NullVoxPopuli closed 1 year ago

NullVoxPopuli commented 1 year ago

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

Checklist:

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

captainko commented 1 year ago

hi @maxbrunsfeld, could you merge this PR?

josemarluedke commented 1 year ago

Bump. Looking forward to this...

veged commented 1 year ago

@maxbrunsfeld pls, could you merge it? there are some functionality lacks, for example optional_chain node doesn't exist in current typescript parser :-(

maxbrunsfeld commented 1 year ago

Thanks!