Comparing version 1.13.3 to 1.13.4
@@ -51,3 +51,6 @@ var t = require("../../types"); | ||
if (!nodes.length) return first; | ||
if (!t.isArrayExpression(first)) { | ||
nodes.unshift(first); | ||
first = t.arrayExpression([]); | ||
} | ||
@@ -54,0 +57,0 @@ return t.callExpression(t.memberExpression(first, t.identifier("concat")), nodes); |
{ | ||
"name": "6to5", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"version": "1.13.3", | ||
"version": "1.13.4", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/6to5/6to5", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3002637
191
8630