swc/crates/swc_ecma_minifier/tests/fixture/next/react-pdf-renderer
Donny/강동윤 3122e944a8
feat(es/minifier): Implement correct hoist_props (#8593)
**Description:**

 - The option `hoist_props` now does what it's supposed to do.
- Dropping of unused properties now does not drop properties too aggressively.
- The initializer of a dropped variable declaration is now properly visited.
- Indexing with string literals is not marked as a dynamic index anymore. This is required to handle codes like c3f67ceb1e/crates/swc_ecma_minifier/tests/terser/compress/hoist_props/name_collision_1/input.js (L1-L7).
2024-02-07 03:25:27 +00:00
..
input.js fix(es/minifier): Reserve more symbols on eval (#4925) 2022-06-10 08:49:56 +00:00
mangle.json fix(es/minifier): Reserve more symbols on eval (#4925) 2022-06-10 08:49:56 +00:00
output.js feat(es/minifier): Implement correct hoist_props (#8593) 2024-02-07 03:25:27 +00:00