swc/crates/swc_ecma_minifier/tests/terser/compress/issue_597
Donny/강동윤 dd805e95a4
feat(es/minifier): Respect inline level and preserve native names (#8205)
**Description:**

Note: Preserving native names is a hack, but it's used by `terser` and it's the only way to preserve the name of `class AbortSignal` while mangling without `keep_classnames: true`. We can special case `AbortSignal`, but let's just follow `terser`.


**Related issue:**

 - https://github.com/vercel/next.js/pull/57904
2023-11-02 08:59:59 +09:00
..
beautify_off_1 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
beautify_off_2 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
beautify_on_1 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
beautify_on_2 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
issue_1724 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
issue_1725 test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
NaN_and_Infinity_must_have_parens test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
NaN_and_Infinity_must_have_parens_evaluate test(es/minifier): Remove analysis snapshot (#5939) 2022-09-23 13:14:42 +09:00
NaN_and_Infinity_should_not_be_replaced_when_they_are_redefined feat(es/minifier): Respect inline level and preserve native names (#8205) 2023-11-02 08:59:59 +09:00
NaN_and_Infinity_should_not_be_replaced_when_they_are_redefined_evaluate feat(es/minifier): Respect inline level and preserve native names (#8205) 2023-11-02 08:59:59 +09:00