babel/lib/6to5/polyfill.js
2015-01-23 00:19:30 +11:00

10 lines
205 B
JavaScript

"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");