fix(web): add Array#toSpliced and Array#toReversed polyfill (#10614)

This commit is contained in:
Brooooooklyn
2025-03-05 02:46:41 +00:00
parent 3d2c4fe007
commit e99b25ae6a
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
import 'core-js/es/array/to-spliced.js';

View File

@@ -1,3 +1,4 @@
import './array-to-spliced';
import './dispose';
import './iterator-helpers';
import './promise-with-resolvers';