Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage 4 JS proposal: String.prototype.matchAll #1455

Open
bakkot opened this issue Apr 14, 2019 · 0 comments
Open

Stage 4 JS proposal: String.prototype.matchAll #1455

bakkot opened this issue Apr 14, 2019 · 0 comments
Labels
js-sys Issues related to the `js-sys` crate

Comments

@bakkot
Copy link
Contributor

bakkot commented Apr 14, 2019

This proposal got stage 4 at the March 2019 meeting, and is not yet implemented in js-sys.

See spec text and MDN docs.

Note that this will also require adding Symbol.matchAll (spec text, MDN docs). In theory it might also require adding RegExp.prototype[@@matchAll], but I see the other RegExp.prototype[symbol] methods are also missing (@@match, @@replace, @@search, @@split), so perhaps that could be addressed separately.

@alexcrichton alexcrichton added the js-sys Issues related to the `js-sys` crate label Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js-sys Issues related to the `js-sys` crate
Projects
None yet
Development

No branches or pull requests

2 participants