UNPKG

628 BJavaScriptView Raw
1// Caution:
2// Do not replace this import statement with codes.
3//
4// If you replace this import statement with codes,
5// the codes will be executed after the following polyfills are imported
6// because import statements are hoisted during compilation.
7import './polyfill-switches.js';
8
9// Polyfill Custom Elements v1 with global namespace pollution
10import './custom-elements/custom-elements.min.js';
11
12// Polyfill MutationObserver with global namespace pollution
13import './MutationObserver@0.7.22/MutationObserver.js';
14
15// Polyfill setImmediate with global namespace pollution
16import './setImmediate@1.0.2+mod/setImmediate.js';