mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
b02e189d07
swc_ecma_codegen: - Fix codegen of `U+0028` and `U+0029`. swc_ecma_minifier: - Implement MVP. swc_ecma_transforms_base: - `fixer`: Handle seq/await in rhs of for-of.
5 lines
69 B
JavaScript
5 lines
69 B
JavaScript
function foo(rot) {
|
|
(rot < -5 || rot > 5) && bar();
|
|
baz();
|
|
}
|