Joe Hildebrand
Joe Hildebrand
That makes some sense to me. I do want to make sure we're using the peggy build that everyone else can get, not bundling it up. I use that as...
I think this is the same issue. I'll do a PR for the `tsc` approach since I've used it before. You do one for `dts-gen`, then let's compare them and...
Adding this to tsconfig.json worked: ```json { "allowSyntheticDefaultImports": true } ``` with: ```js import peggy from "peggy"; ```
Yes, I'd look at a PR that switched to something that isn't CodeMirror. I'm not tied to CM at all, and maintenance costs matter to me, so simpler is better...
Hm. I'm more interested in syncing the current JavaScript grammar with [ECMA-262](https://262.ecma-international.org/11.0/#sec-grammar-summary). In order to stay closer to that grammar, we may need a couple of features, including working on...
> What if there was a way to define parser-functions I think we will soon need to determine what our long-term syntax extensibility approach is, before we run out of...
> As far as I understand, it was authored by React maintainers, and copying it directly would either infringe their rights, or require this project to distribute a copy of...
Closing this now that sourceMap support has landed.
@Mingun do you have time to work on this? If not, I'll try to rebase it at least.
This is *fantastic* work. Thank you very much. I'm going to merge as-is, then when I do a full review of the documentation page, there may be a few nits...