swc/crates/swc_ecma_minifier/tests/compress/fixture/reduced/config.json
Donny/강동윤 8e796cdc0a
fix(es/minifier): Don't emit invalid code (#3302)
swc_ecma_minifier:
 - Add lots of debug assertions for invalid codes.
 - Remove all invalid AST nodes eagerly.
 - `pure`: Normalize `PatOrExpr`.
 - `analyzer`: Handle `PatOrExpr` correctly.
2022-01-18 20:52:21 +09:00

6 lines
67 B
JSON

{
"defaults": true,
"toplevel": true,
"module": true
}