Project Appears Unmaintained - Community Fork with Fixes Available
The last commit in this repository was in August, which only updated the Ubuntu version in CI. The previous commit before that was on January 3rd - the failed release of version 0.25.0. Today is already October 17th, meaning this project has been essentially inactive for nearly a year. I'm concerned whether this project is still alive and if the maintainers are still actively supporting it.
I've forked and published my own version that fixes existing issues and works properly. I hope this can help others who are facing the same problems:
https://www.npmjs.com/package/@keqingmoe/tree-sitter
I'll keep this issue open until maintenance of this original repository gets back on track. However, I'm not sure if I can maintain my fork alone in the long term - if you're willing to contribute, please consider helping out.
#258 #256 #253 #248 #240 #239 #238
thanks for the fork, but is there an ongoing PR for this? it looks like it's related to Update the API to tree-sitter 0.25, but not sure which part should i look into here
thanks for the fork, but is there an ongoing PR for this? it looks like it's related to
Update the API to tree-sitter 0.25, but not sure which part should i look into here
I'm not sure either. That PR isn't related to my work - we just happened to have some overlapping changes. I published my fork to npm and created releases, but I didn't submit a PR because that existing PR is actually much more comprehensive and well-done than my changes. My fork was primarily created for my own use cases, and I shared it in case it might help others with similar immediate needs.