terser 3.14.0 → 3.14.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/README.md CHANGED
@@ -237,7 +237,7 @@ to prevent the `require`, `exports` and `$` names from being changed.
237
237
 
238
238
  ### CLI mangling property names (`--mangle-props`)
239
239
 
240
- **Note:** THIS WILL PROBABLY BREAK YOUR CODE. Mangling property names
240
+ **Note:** THIS *MIGHT* BREAK YOUR CODE. Mangling property names
241
241
  is a separate step, different from variable name mangling. Pass
242
242
  `--mangle-props` to enable it. It will mangle all properties in the
243
243
  input code with the exception of built in DOM properties and properties