You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
#24 adds changes to String#matchAll, but not to related methods. Maybe, in this case, makes sense remove handling non-global regexes from RegExp.prototype[@@matchAll], CreateRegExpStringIterator, %RegExpStringIteratorPrototype%.next() and simplify those methods?
The text was updated successfully, but these errors were encountered:
#24 adds changes to
String#matchAll
, but not to related methods. Maybe, in this case, makes sense remove handling non-global regexes fromRegExp.prototype[@@matchAll]
,CreateRegExpStringIterator
,%RegExpStringIteratorPrototype%.next()
and simplify those methods?The text was updated successfully, but these errors were encountered: