Comparing version 0.8.1 to 0.8.2
@@ -67,2 +67,6 @@ var fs = require('fs'); | ||
if (options.rest !== false) { | ||
ast = es6restParams.transform(ast); | ||
} | ||
if (options.defaultParams !== false) { | ||
@@ -76,6 +80,2 @@ ast = es6defaultParams.transform(ast); | ||
if (options.rest !== false) { | ||
ast = es6restParams.transform(ast); | ||
} | ||
if (options.spread !== false) { | ||
@@ -82,0 +82,0 @@ ast = es6spread.transform(ast); |
{ | ||
"name": "esnext", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Transform next-generation JavaScript to today's JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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