Josh Goebel
Josh Goebel
What if we just added `"` to the negated match (whether it's technically valid or not)? Which would prevent the label from gobbling up the earlier `"` chars?
If someone knows how this is done and would like to whip up a tiny PR, I'd love to see it. I think what would be since is a tiny...
Actually the CDN build has long "just worked" when required on Node via the tiny hook at the bottom: ``` if (typeof exports === 'object' && typeof module !== 'undefined')...
Not sure what your bundler is doing. You certainly don't need ESM to only bundle the grammars you use. Rollup does this just fine, just to name one. We already...
You should probably be importing core, not index. I don't think full ESM is magically going to fix your issue. It should be easy to bundle just what you need...
It's a "façade" on purpose. I did quite a bit of reading at the time and from what I could determine this is/was the recommended way to publish a dual...
I seem to hear absolutely zero people saying "we still really need CJS"... 💯
> Does such a small edit need an edit of changes.md? Yes. I wonder though if this shouldn't be a built-in global or even a keyword? variable seems wrong OTTOMH.
> so I can test out if the changes I've made work or not. See the Building and Testing documentation. Build a browser release. Then fire up `./tools/developer.html`, that's the...
> I just changed it for myself and thought, I guess I could make a pull request. What exact problem were you trying to solve with this patch?