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
Add tests for source symbol extraction in all supported languages:
For example, in tree-sitter here we have the following languages:
"Bash", "C", "C++", "Go", "Java", "JavaScript", "Python", "Rust"
We need to add unit tests for all these languages, and also have these supported languages in a supported language matrix in the README docs for easy access.
The text was updated successfully, but these errors were encountered:
Add tests for source symbol extraction in all supported languages:
For example, in tree-sitter here we have the following languages:
"Bash", "C", "C++", "Go", "Java", "JavaScript", "Python", "Rust"
We need to add unit tests for all these languages, and also have these supported languages in a supported language matrix in the README docs for easy access.
The text was updated successfully, but these errors were encountered: