mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
03db7adc9f
swc_ecma_transforms_base: - `fixer`: Handle binary operands of unary expressions correctly. (#1789)
2 lines
40 B
JavaScript
2 lines
40 B
JavaScript
console.log(-0, 0, -(1 / 0), -(1 / 0));
|