Morgante Pell

Results 276 comments of Morgante Pell

This keeps coming up and the solution of rewriting the parent isn't very elegant. We should try to solve by inspecting the grammar and finding the "empty" binding.

FYI we also would like to have a compiler packaged into the SDK.

We ship a [CLI](https://docs.grit.io/getting-started/cli-quickstart) to our users and have historically had problems with any dependencies we introduce—the CLI itself is a static binary. We'd like to embed arbitrary JavaScript or...

Thanks! It doesn't look like you have it published though? I think we need a `lib.rs` to be able to import it. Obviously I could copy and paste from the...

I probably won't renew the bounty, mostly because it didn't seem to incentivize much progress and it's no longer a high priority for me. I'd still love to see this...

This is still needed to be able to port many test suites.

Importantly, this is a hard requirement if we want to piggyback on distribution from Poetry or PyPi. Trying to include `.grit` file from a parent dir into a subpackage yields...

What's your reason for not wanting to use the .grit/patterns directory?

Just to be clear, `grit apply` can work with patterns anywhere. ``` grit apply /path/to/pattern.grit test.ts ```

Thanks for the follow up, feel free to open an issue upstream and we will pull it in the next time we update the tree-sitter grammar.