Dmitry Panov
Dmitry Panov
I think this will just cause confusion. There is only one ECMAScript standard and making sure that _all_ previous regexes continue to work should not be an absolute goal, in...
It will also create confusion as to which version should which change go into. For example, group names starting with numbers were not allowed in ECMAScript from the very start....
Setting [[PromiseIsHandled]] to true is a byproduct of setting a handler on the promise using `then`. If you look at the code for [setPromiseIsHandledToTrue](https://github.com/denoland/deno/blob/main/ext/web/06_streams.js#L173-L176) you'll see that it's doing exactly...
Have you actually tried it?
Rebased version of https://github.com/osteele/liquid/pull/70
Fixed a small lint issue, should be fine now.
I think the behaviour should be to simply ignore missing or invalid source maps. This will match nodejs and browsers.
The former. Both nodejs and the browsers seem to behave this way.
This looks very promising. When I looked into named groups I realised regexp2 was not the right fit as it's a port of the .NET library which has a very...
Thanks. I'll add a couple of comments on the PR, as they would still apply...