Commit 5563da66 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '33315-es6-findindex-support' into 'master'

Add Array `findIndex` support

Closes #33315

See merge request !11961
parents ce37a209 c3616218
// ECMAScript polyfills
import 'core-js/fn/array/find';
import 'core-js/fn/array/find-index';
import 'core-js/fn/array/from';
import 'core-js/fn/array/includes';
import 'core-js/fn/object/assign';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment