swc/crates/swc_ecma_minifier/tests/fixture/next/brotli-decompress/config.json
Donny/강동윤 33a15c8d82
fix(es/minifier): Fix analysis of parameters (#5954)
**Description:**

Although the author of the issue talked about `@react-pdf/renderer`, it's a bug related to `brotli`, not react pdf renderer.

After investigation, I found that the bug is caused by not marking parameters as initialized. So I fixed the analyzer.

**Related issue:**

 - https://github.com/vercel/next.js/issues/40803.
2022-09-27 12:19:36 +09:00

6 lines
68 B
JSON

{
"defaults": false,
"toplevel": true,
"inline": true
}