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

Introducing tree-sitter-wasms-roo #1081

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bobqianic
Copy link

@bobqianic bobqianic commented Feb 20, 2025

Description

I created an npm package called tree-sitter-wasms-roo to replace tree-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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist:

  • My code follows the patterns of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Additional context

Not sure why

image

Related Issues

Reviewers


Important

Replace tree-sitter-wasms with tree-sitter-wasms-roo for better maintenance and language support.

  • Dependencies:
    • Replace tree-sitter-wasms with tree-sitter-wasms-roo in package.json.
    • Update web-tree-sitter version in package.json.
  • File Changes:
    • Update path in esbuild.js to use tree-sitter-wasms-roo for language-specific WASM files.
    • Update comments and documentation links in languageParser.ts to reflect the new package tree-sitter-wasms-roo.

This description was created by Ellipsis for 821ee38. It will automatically update as commits are pushed.

Copy link

changeset-bot bot commented Feb 20, 2025

⚠️ No Changeset found

Latest commit: 0b445b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Successfully merging this pull request may close these issues.

2 participants