swc/crates/swc_ecma_minifier/tests
CPunisher 1a739b7928
fix(es/minifier): Fix undefined judgement (#9146)
**Description:**

by symbol name -> by whether it points to global undefined or not.

The updated test results all involve variables with `undefined` ident (although they are indeed uninitialized).


**Related issue:**

 - Closes: https://github.com/swc-project/swc/issues/8567
2024-07-05 07:05:43 +00:00
..
benches-full fix(es/minifier): Fix undefined judgement (#9146) 2024-07-05 07:05:43 +00:00
fixture fix(es/minifier): Fix undefined judgement (#9146) 2024-07-05 07:05:43 +00:00
full fix(es/minifier): Fix undefined judgement (#9146) 2024-07-05 07:05:43 +00:00
mangle feat(es/renamer): Workaround a bug of Safari (#9029) 2024-06-10 11:29:24 +09:00
pass-1 feat(es/minifier): Swap bin expr to save paren (#8277) 2023-11-14 16:45:24 +00:00
pass-default feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
projects fix(es/minifier): Fix undefined judgement (#9146) 2024-07-05 07:05:43 +00:00
terser/compress fix(es/renamer): Fix renaming of default-exported declarations (#9135) 2024-07-04 21:08:45 +09:00
compress.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
eval.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
exec.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
format.rs fix(es/codegen): Fix replacement when inline_script is on (#8659) 2024-02-26 02:48:06 +00:00
mangle.rs test(es/minifier): Enable script mode for terser_exec and mangle (#8474) 2024-01-02 06:00:26 +00:00
passing.txt test(es/minifier): Update the passing terser test list (#8984) 2024-05-27 22:45:44 +09:00
postponed.txt feat(es/minifier): Implement correct hoist_props (#8593) 2024-02-07 03:25:27 +00:00
terser_exec_base.js refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
terser_exec.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
TODO.txt test(es/minifier): Update the passing terser test list (#8984) 2024-05-27 22:45:44 +09:00