Introducing tree-sitter-wasms-roo
#1081
Open
+16
−17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I created an npm package called
tree-sitter-wasms-roo
to replacetree-sitter-wasms
. They are compatible, but mine is better maintained. I will invite collaborators from Roo Code to this repository, or I can transfer repo to this organization so that every member has full access.The main problem I want to solve is adding support for more languages, such as Julia, which
tree-sitter-wasms
lacks. Since Tree-sitter is a crucial part of this project, I believe it's worth maintaining ourselves.Type of change
How Has This Been Tested?
Checklist:
Additional context
Not sure why
Related Issues
Reviewers
Important
Replace
tree-sitter-wasms
withtree-sitter-wasms-roo
for better maintenance and language support.tree-sitter-wasms
withtree-sitter-wasms-roo
inpackage.json
.web-tree-sitter
version inpackage.json
.esbuild.js
to usetree-sitter-wasms-roo
for language-specific WASM files.languageParser.ts
to reflect the new packagetree-sitter-wasms-roo
.This description was created by
for 821ee38. It will automatically update as commits are pushed.