Graaljs: TRegex: negative lookahead assertions not supported

Created on 1 Oct 2019  路  2Comments  路  Source: oracle/graaljs

When using Graal as the node engine in IntelliJ, IntelliJ/Eslint displays this error which is not displayed when using V8 node.

EFyssBeWkAEACL2

bug

Most helpful comment

Thanks for your report!
TRegex, the regular expression engine used in graal-js, is not feature-complete yet, support for expressions such as the one mentioned here is coming soon.

All 2 comments

Thanks for your report!
TRegex, the regular expression engine used in graal-js, is not feature-complete yet, support for expressions such as the one mentioned here is coming soon.

Hi @oluwasayo

the problem you reported has been fixed on master. It will be part of the following GraalVM release (20.1.0).

Best, Christian

Was this page helpful?
0 / 5 - 0 ratings