swc/crates/swc_ecma_transforms_optimization/tests
Donny/강동윤 5520b236dd
refactor(es/parser): Rename EsConfig and TsConfig (#9094)
**Description:**

`EsConfig` and `TsConfig` sound like a general configuration for the whole language, while actually it's only about parsing.

To avoid a breaking change, I created type aliases that will work without changing the code, while warning the users.

**Related issue:**

 - Closes #9089.
2024-06-22 01:56:37 +09:00
..
__swc_snapshots__ fix(es/codegen): Do not produce octal literals (#8565) 2024-01-28 12:34:03 +00:00
const-modules/issue-7747 fix(es/minifier): Handle ModuleDecl when transform const modules (#7959) 2023-09-16 09:17:26 +00:00
dce perf(es/minifier): Remove double-visit of DCE (#6069) 2022-10-06 16:08:03 +00:00
dce-jsx chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
expr-simplifier chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
const_modules.rs feat(es/testing): Use __swc_snapshots__ for test! macro (#8191) 2023-10-30 10:38:59 +09:00
fixture.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
remove_imports_with_side_effects.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
simplify_dce.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
simplify_inlining.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
simplify.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00