swc/crates/swc_ecma_transforms/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__/tests feat(es/testing): Use __swc_snapshots__ for test! macro (#8191) 2023-10-30 10:38:59 +09:00
fixture feat(es/transforms): Allocate stacks dynamically (#8867) 2024-04-16 19:43:58 +09:00
decorators.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
deno.rs feat(es/transforms): Allocate stacks dynamically (#8867) 2024-04-16 19:43:58 +09:00
es2015_function_name.rs fix(es/compat): Handle private names from class properties pass (#8090) 2023-11-02 22:18:17 +00:00