aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/preact/test/polyfills.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/preact/test/polyfills.js')
-rw-r--r--thirdparty/preact/test/polyfills.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/preact/test/polyfills.js b/thirdparty/preact/test/polyfills.js
new file mode 100644
index 000000000..51f256e6e
--- /dev/null
+++ b/thirdparty/preact/test/polyfills.js
@@ -0,0 +1,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';