add string.prototype.replaceAll (#33845)

* add string.prototype.replaceAll

* accept baseline

* fix bad merge in tests

* update missed baselines

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
This commit is contained in:
Nathan Shively-Sanders
2020-03-04 13:25:17 -08:00
committed by GitHub
parent 061338e82b
commit 0a1af90bb6
7 changed files with 19 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ namespace ts {
["esnext.symbol", "lib.es2019.symbol.d.ts"],
["esnext.asynciterable", "lib.es2018.asynciterable.d.ts"],
["esnext.intl", "lib.esnext.intl.d.ts"],
["esnext.bigint", "lib.es2020.bigint.d.ts"]
["esnext.string", "lib.esnext.string.d.ts"]
];
/**