rename runtimeES3 transformer to es3.runtime

This commit is contained in:
Sebastian McKenzie
2015-03-31 02:34:32 +11:00
parent 153e81261c
commit 6bc2bfce7d
8 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
{
"useStrict": "strict",
"runtimeES5": "runtime"
"es5.runtime": "runtime",
"es6.runtime": "runtime"
}

View File

@@ -83,7 +83,7 @@ export default {
// needs to be after `regenerator` due to needing `regeneratorRuntime` references
// needs to be after `es6.forOf` due to needing `Symbol.iterator` references
// needs to be before `es6.modules` due to dynamic imports
runtimeES3: require("./other/runtime-es3"),
"es3.runtime": require("./es3/runtime"),
runtime: require("./other/runtime"),
// needs to be before `_blockHoist` due to function hoisting etc