Comparing version 3.10.11 to 3.10.12
@@ -278,2 +278,3 @@ /*********************************************************************** | ||
sym = self.def_global(node); | ||
if (node instanceof AST_SymbolExport) sym.export = node.TYPE; | ||
} else if (sym.scope instanceof AST_Lambda && name == "arguments") { | ||
@@ -574,3 +575,3 @@ sym.scope.uses_arguments = true; | ||
if (!member(symbol.name, options.reserved)) { | ||
to_mangle.push(symbol); | ||
if (!symbol.export) to_mangle.push(symbol); | ||
} | ||
@@ -577,0 +578,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "3.10.11", | ||
"version": "3.10.12", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=0.8.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2002797
21619