I spotted this on http://node.green/#ES2015-misc-Proxy--internal--get--calls-RegExp-prototype-flags
It appears the tests for RegExp.prototype.flags have been failing but has been failing since 8.3.0
It's an issue with the test case because it doesn't account for the possibility of additional flags existing, such as dotAll which is currently available in V8.
/cc @williamkapke
I opened an issue to get this fixed. Thanks for pointing it out!
https://github.com/kangax/compat-table/issues/1208
(No Node core issue)
Most helpful comment
I opened an issue to get this fixed. Thanks for pointing it out!
https://github.com/kangax/compat-table/issues/1208
(No Node core issue)