Aluísio Augusto Silva Gonçalves 8d288c01ca Import ES6 functions and helpers from 6to5-runtime
The new `6to5-runtime` packs core-js, 6to5's helpers and
the Regenerator runtime, and we're moving `coreAliasing`,
`externalRuntime` and `externalRegenerator` to use it
instead of forcing the user to depend on these packages
directly.
2015-01-18 20:39:35 -02:00

6 lines
133 B
JavaScript

"use strict";
var _to5Runtime = require("6to5-runtime/6to5");
var foo = _to5Runtime.interopRequireWildcard(require("someModule"));