swc/crates/swc_ecma_minifier/tests/fixture/issues/5682/config.json
Donny/강동윤 aacf7aaf80
feat(es/minifier): Drop function identifier in a single pass (#5901)
**Description:**

We only inline function declarations if `ref_count` is 1, so we don't need to preserve the name of the function.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5682.
2022-09-19 15:07:56 +00:00

6 lines
64 B
JSON

{
"defaults": true,
"toplevel": true,
"passes": 1
}