avoid ensuring a block on non-array node replacements

This commit is contained in:
Sebastian McKenzie
2014-11-30 23:39:08 +11:00
parent e91926d094
commit 758a873894
3 changed files with 6 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ to5.register({
var _eval = function (code, filename) {
code = to5.transform(code, {
modules: "commonInterop",
filename: filename,
blacklist: ["useStrict"],
experimental: commander.experimental