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. 🤷
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.jsonfor 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. 🤷