aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/preact/test/polyfills.js
blob: 51f256e6edbd0f1ea6857ad334bba5756526fda3 (plain)
1
2
3
4
5
// ES2015 APIs used by developer tools integration
import 'core-js/es6/map';
import 'core-js/fn/array/fill';
import 'core-js/fn/array/from';
import 'core-js/fn/object/assign';