Comparing version 3.0.2 to 3.0.3
@@ -85,3 +85,3 @@ "use strict"; | ||
for (var key in opts) { | ||
if (File.validOptions.indexOf(key) < 0) { | ||
if (key[0] !== "_" && File.validOptions.indexOf(key) < 0) { | ||
throw new ReferenceError("Unknown option: " + key); | ||
@@ -353,3 +353,2 @@ } | ||
code: "", | ||
opts: opts, | ||
map: null, | ||
@@ -356,0 +355,0 @@ ast: null |
{ | ||
"name": "6to5-core", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://6to5.org/", |
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
1355670
11332