mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
48bc26d3c9
swc_ecma_codegen: - Emit a semicolon before `!`. - Emit a semicolon before `[`. (#2007) swc_ecma_minifier: - Disable buggy passes. - `iife`: Don't inline async functions. (#2007)
3 lines
15 B
JavaScript
3 lines
15 B
JavaScript
foo();
|
|
!unary;
|