terser 3.16.0 → 3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of terser might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v3.16.1
4
+
5
+ - Fixed issue where Terser being imported with `import` would cause it not to work due to the `__esModule` property.
6
+
3
7
  ## v3.16.0
4
8
 
5
9
  - No longer leaves names like Array or Object or window as a SimpleStatement (statement which is just a single expression).
package/PATRONS.md ADDED
@@ -0,0 +1,5 @@
1
+ * 38elements
2
+ * CKEditor
3
+ * Philippe Léger
4
+ * Piotrek Koszuliński
5
+ * Viktor Hubert
package/dist/bundle.js CHANGED
@@ -21941,7 +21941,5 @@
21941
21941
  exports.AST_Yield = AST_Yield;
21942
21942
  exports.walk_body = walk_body;
21943
21943
 
21944
- Object.defineProperty(exports, '__esModule', { value: true });
21945
-
21946
21944
  }));
21947
21945
  //# sourceMappingURL=bundle.js.map