swc/crates/swc_ecma_compat_es2021/src
Donny/강동윤 e7358e0f81 refactor(es): Use into for AST construction (#9197)
**Description:**

This PR changes the AST node construction code to use `.into()` or `::from()` to make changing the boxed-ness of the AST node easier. I used `ast-grep` to make large changes across codebase.
2024-07-12 13:13:20 +09:00
..
lib.rs refactor(es/compat): Split swc_ecma_transforms_compat (#8110) 2023-10-12 10:08:00 +00:00
logical_assignments.rs refactor(es): Use into for AST construction (#9197) 2024-07-12 13:13:20 +09:00