dlvandenberg / tree-sitter-angular

Tree Sitter Grammar for Angular
MIT License
34 stars 9 forks source link

Feat/update treesitter #27

Closed dlvandenberg closed 4 months ago

iurimateus commented 4 months ago

Thanks. I've been using this PR for a while, no crashes.

clason commented 4 months ago

tree-sitter generate (with CLI 0.22.5) will bump a lot of this for you ;)

dlvandenberg commented 4 months ago

Still a failing npm install on windows. Any ideas @clason ? I'm out of ideas..

clason commented 4 months ago

I'd try out https://github.com/tree-sitter/workflows, to be honest.

But first thoughts:

  1. bump node to v20
  2. let tree-sitter generate the bindings for you and test those.

(I don't use Windows myself so can't be of much help there specifically.)

dlvandenberg commented 4 months ago

Should fix #25

gipo355 commented 4 months ago

Fixed #25 for me