grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

Cut a new release to capture latest typescript parser? #60

Open dvndrsn opened 3 months ago

dvndrsn commented 3 months ago

Tree Sitter TypeScript recently fixed some problems that would cause the parser to hang on certain grammars. Could we cut a new release of py-tree-sitter-languages so those fixes are bundled and captured?

https://github.com/tree-sitter/tree-sitter-typescript/issues/265

Maybe we could set up a scheduled github workflow to check for new releases for the supported grammars every week or so?

Freed-Wu commented 2 months ago

The github workflow is in #53.