ieviev

Results 16 comments of ieviev

I added some tests and found that .NET does not support `RegexOptions.ECMAScript` with any other option, so the alternative is to just support `RegexOptions.NonBacktracking` by itself. This means `RegexOptions.NonBacktracking` has...

This feature is locked behind '--enable-experimental-regexp-engine' for node or a new version of v8, i'm not sure what to do about the tests here

> Do you know which version of Node has support for it out of the box? According to this `--enable-experimental-regexp-engine` should be available for nodejs versions 16 and up https://github.com/nodejs/node/issues/38297...

> There is no version of Node with support for it out of the box? There's many sources hinting it will be enabled by default some time in both node...

Sounds good to me! Only thing is i haven't yet added proper development documentation for it but other than that i would be happy to. I aim to keep this...

the easiest option would be to make a build script that compiles the C# code to IL, then reference it from the F# script you can reference any .NET dll...