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

Rewrite or remove helper function formatCaptures #345

Open
phamkv opened this issue May 2, 2024 · 1 comment
Open

Rewrite or remove helper function formatCaptures #345

phamkv opened this issue May 2, 2024 · 1 comment
Labels
question Further information is requested tech

Comments

@phamkv
Copy link
Collaborator

phamkv commented May 2, 2024

The function formatCaptures() is marked as deprecated. The reason might be that we don't need the syntax tree to get the text for a certain syntax node anymore. Every tree-sitter syntax node has its containing text as property.

found in helper/helper.ts

@ChristianHuehn
Copy link
Collaborator

Please provide a small description on why we need this. I'm going through the stories and try to know what is needed and why 😀

@ChristianHuehn ChristianHuehn added the question Further information is requested label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested tech
Projects
None yet
Development

No branches or pull requests

2 participants