swc/crates/swc_ecma_minifier/tests/fixture/next/target-es2015/config.json
Donny/강동윤 f8358fbe2b
fix(es/minifier): Remove wrong variable joiner pass (#5992)
**Description:**

We had two passes for joining variables. This PR removes one in the full optimizer, which is wrong.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5989.
2022-09-29 19:11:18 +09:00

6 lines
65 B
JSON

{
"defaults": true,
"toplevel": true,
"ecma": 2015
}