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

Implement String.prototype.replaceAll #1155

Merged
merged 1 commit into from Apr 29, 2022

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Apr 29, 2022

Quite straightforward, had to ignore one test case because has partly named groups usage on regex.

@lahma lahma merged commit a2f0bec into sebastienros:main Apr 29, 2022
@lahma lahma deleted the string-replace-all branch April 29, 2022 15:09
@@ -89,7 +89,7 @@ The entire execution engine was rebuild with performance in mind, in many cases
- ✔ Logical Assignment Operators (`&&=` `||=` `??=`)
- ✔ Numeric Separators (`1_000`)
- ❌ `Promise.any` and `AggregateError`
- `String.prototype.replaceAll`
- `String.prototype.replaceAll`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure this was the only reason for the PR ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty much, hate them cross marks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants