babel/lib/6to5/polyfill.js

7 lines
157 B
JavaScript

if (typeof Symbol === "undefined") {
require("es6-symbol/implement");
}
require("es6-shim");
require("./transformation/transformers/generators/runtime");