UNPKG

babel-core

Version:

Turn ES6 code into readable vanilla ES5 with source maps

10 lines (7 loc) 209 B
"use strict"; if (global._babelPolyfill) { throw new Error("only one instance of babel/polyfill is allowed"); } global._babelPolyfill = true; require("core-js/shim"); require("regenerator-babel/runtime");