terser 5.29.0 → 5.29.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.
- package/CHANGELOG.md +3 -0
- package/dist/bundle.min.js +1 -1
- package/lib/compress/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/bundle.min.js
CHANGED
@@ -20549,7 +20549,7 @@ def_optimize(AST_Binary, function(self, compressor) {
|
|
20549
20549
|
operator: "~",
|
20550
20550
|
expression: x
|
20551
20551
|
})
|
20552
|
-
}), self.operator[0] === "
|
20552
|
+
}), self.operator[0] === "!");
|
20553
20553
|
|
20554
20554
|
return best_of(compressor, optimized, self);
|
20555
20555
|
}
|
package/lib/compress/index.js
CHANGED