mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 02:26:09 +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)
2 lines
13 B
JavaScript
2 lines
13 B
JavaScript
var foo;
|
|
!foo |