Closed rbuckton closed 3 years ago
@rbuckton do you have plans to bring the tests soon? I'm looking forward to review them!
I've created a PR for the test262 tests: https://github.com/tc39/test262/pull/2309
This is now shipping behind a flag in V8, per the explainer:
- V8 v7.8, behind the
--harmony-regexp-match-indices
flag (tracking bug)
This was just added to Engine262: https://github.com/engine262/engine262/pull/99
@msaboff is there anything I can add to this list regarding JSC's implementation experience?
@msaboff is there anything I can add to this list regarding JSC's implementation experience?
JSC supports the latest draft and will be landing a compliant patch soon.
@msaboff landed the patch https://github.com/WebKit/WebKit/commit/7e63c11fb1f6b2f5964c460a656144ee7553e604
@msaboff is there a version number associated with this I can include in a slide deck?
@msaboff is there a version number associated with this I can include in a slide deck?
It is in the nightly build. I missed the cutoff for Safari Technology Preview 121, but will be in next STP 122.
This has landed in Firefox Nightly too and (if all goes well) will be in Firefox 88.
It's already in Chrome 90 — https://v8.dev/blog/v8-release-90
It is in Safari Tech Preview 122.
From the TC39 Process document:
d
flag, merged), pull request (for 'd' flag))