Skip to content

Commit

Permalink
drop forced: true added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 2, 2024
1 parent 0880792 commit f196dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/modules/es.string.replace-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var max = Math.max;

// `String.prototype.replaceAll` method
// https://tc39.es/ecma262/#sec-string.prototype.replaceall
$({ target: 'String', proto: true, forced: true }, {
$({ target: 'String', proto: true }, {
replaceAll: function replaceAll(searchValue, replaceValue) {
var O = requireObjectCoercible(this);
var IS_REG_EXP, flags, replacer, string, searchString, functionalReplace, searchLength, advanceBy, replacement;
Expand Down

0 comments on commit f196dc2

Please sign in to comment.