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.
This commit is contained in:
Aluísio Augusto Silva Gonçalves
2015-01-18 20:39:35 -02:00
parent e2f4ca106e
commit 8d288c01ca
12 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
var _core = require("core-js/library");
var _core = require("6to5-runtime/core-js");
var arr = (function () {
var _arr = [];