-
Notifications
You must be signed in to change notification settings - Fork 20
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
/^.$/us
is transpiled incorrectly
#74
Comments
It's last branch |
Okay, I just wanted to report a bug. If it's a known thing, feel free to close the issue. |
/cc @mathiasbynens |
This is the fourth bullet point on https://github.com/mathiasbynens/regexpu#known-limitations:
JSC/Safari still doesn't support lookbehinds, so this phrasing is still accurate even for projects that only need to consider modern JS environments. :( |
Current output:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: