Skip to content

Commit 7b96688

Browse files
committed
Remove !POLYFILL guard
1 parent 6e5df7a commit 7b96688

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/polyfill/bigint64array.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#if !POLYFILL
2-
assert(false, "this file should never be included unless POLYFILL is set");
3-
#endif
4-
51
if (typeof BigInt64Array === "undefined") {
62
// BigInt64Array polyfill for Safari versions between v14.0 and v15.0.
73
// All browsers other than Safari added BigInt and BigInt64Array at the same

0 commit comments

Comments
 (0)