Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 0872030

Browse files
committed
Add promise.any polyfill
1 parent c917da5 commit 0872030

File tree

1 file changed

+4
-2
lines changed
  • bundler/polyfills/es2021

1 file changed

+4
-2
lines changed

bundler/polyfills/es2021/mod.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
import replaceAllShim from 'https://esm.sh/string.prototype.replaceall/shim'
1+
import stringReplaceAllShim from 'https://esm.sh/string.prototype.replaceall/shim'
2+
import promiseAnyShim from 'https://esm.sh/promise.any/shim'
23

3-
replaceAllShim()
4+
stringReplaceAllShim()
5+
promiseAnyShim()

0 commit comments

Comments
 (0)