Comparing version 3.1.8 to 3.1.9
@@ -1364,2 +1364,3 @@ /*********************************************************************** | ||
self.exported_definition.print(output); | ||
if (self.exported_definition instanceof AST_Definitions) return; | ||
} | ||
@@ -1366,0 +1367,0 @@ if (self.module_name) { |
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "3.1.8", | ||
"version": "3.1.9", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=0.8.0" |
@@ -709,2 +709,7 @@ uglify-es | ||
- `reduce_funcs` (default: `true`) -- Allows single-use functions | ||
to be inlined as function expressions when permissible. | ||
Enabled by default. Option depends on `reduce_vars` being enabled. | ||
For speed critical code this option should be disabled. | ||
- `reduce_vars` (default: `true`) -- Improve optimization on variables assigned with and | ||
@@ -711,0 +716,0 @@ used as constant values. |
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
712115
18402
1140