rescript-lang / rescript-lang/tree-sitter-rescript
Create a NPM package for pre-compiled binaries
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to use tree-sitter-rescript with ast-grep. I've done this in the past by compiling it locally, but it would be nice to be able to add it to package.json for things like CI and working with people on other operating systems.
Another alternative would be to have GitHub Actions compile signed binaries releases, but I'm unfamiliar with how that works. 🤷
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's package.json and any existing GitHub Actions configuration. Compare the requested NPM package with the alternative of signed binary releases, then define the supported operating systems and distribution approach. Done means users can add tree-sitter-rescript to package.json and use it in CI without compiling locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100