fix(web): add Array#toReversed polyfill (#10623)

This commit is contained in:
Brooooooklyn
2025-03-05 07:20:16 +00:00
parent 30f97892b1
commit bf7b1646b3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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