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

Add support for the /y flag (RegExp.prototype.sticky) #8

Open
mathiasbynens opened this issue Nov 13, 2013 · 1 comment
Open

Add support for the /y flag (RegExp.prototype.sticky) #8

mathiasbynens opened this issue Nov 13, 2013 · 1 comment
Labels

Comments

@mathiasbynens
Copy link
Collaborator

https://people.mozilla.org/~jorendorff/es6-draft.html#sec-get-regexp.prototype.sticky

This doesn’t affect parsing, so it seems fairly easy to do.

@adrianheine
Copy link
Contributor

Since regjsparser doesn't actually handle the flags itself and y doesn't alter parsing, I don't think there's anything to do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants