You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
ast-grep is using a lot of tree-sitter grammars and is going to upgrading the tree-sitter parser library.
However, tree-sitter-css's dependency range is blocking the upgrade.
I do think this will be a more ecosystem breaking change without all parsers upgrading at the same time.
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
ast-grep is using a lot of tree-sitter grammars and is going to upgrading the tree-sitter parser library.
However, tree-sitter-css's dependency range is blocking the upgrade.
I do think this will be a more ecosystem breaking change without all parsers upgrading at the same time.
e.g.
ast-grep/ast-grep#1057
Describe the solution you'd like
Release a new tree-sitter 0.21 compatible version
Describe alternatives you've considered
Make the dependency more compatible by relaxing the version range
Additional context
No response
The text was updated successfully, but these errors were encountered: