Skip to content

Commit 82e91c5

Browse files
committed
fix: Change result of new Map() to safer one
1 parent fa811df commit 82e91c5

18 files changed

+2114
-119
lines changed

build/replacement.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const replacement = new Map([
3636
"IterableIterator",
3737
"IArguments",
3838
"PromiseConstructor",
39+
"MapConstructor",
3940
]),
4041
],
4142
["es2015.promise.d.ts", new Set(["PromiseConstructor"])],

0 commit comments

Comments
 (0)