Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: release tree-sitter 0.21 compatible version #48

Closed
1 task done
HerringtonDarkholme opened this issue Apr 16, 2024 · 0 comments · Fixed by #49
Closed
1 task done

feature: release tree-sitter 0.21 compatible version #48

HerringtonDarkholme opened this issue Apr 16, 2024 · 0 comments · Fixed by #49
Labels
enhancement New feature or request

Comments

@HerringtonDarkholme
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant