未验证 提交 20c54671 编写于 作者: D Daniel Lutz 提交者: GitHub

Add Array.flat polyfill to nomodule-polyfills (#11004)

* Add Array.flat polyfill to nomodule-polyfills

* Fix code style issue
上级 861257bd
......@@ -3,6 +3,7 @@ import 'core-js/features/array/fill'
import 'core-js/features/array/find'
import 'core-js/features/array/find-index'
import 'core-js/features/array/flat-map'
import 'core-js/features/array/flat'
import 'core-js/features/array/from'
import 'core-js/features/array/includes'
import 'core-js/features/array/iterator'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册