grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
169 stars 48 forks source link

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

Open dvndrsn opened 8 months ago

dvndrsn commented 8 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 7 months ago

The github workflow is in #53.