UNPKG

6to5-core

Version:

Turn ES6 code into readable vanilla ES5 with source maps

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