swc/crates/swc_ecma_utils
Donny/강동윤 e856478060
refactor(es/utils): Refine some APIs (#9049)
**Description:**

This PR
 - moves some APIs into `swc_ecma_ast`.
 - removes needless types.

**BREAKING CHANGE:**

 - `swc_ecma_utils::IdentExt::private` => `swc_ecma_ast::Ident::into_private`.
 - `swc_ecma_utils::IdentExt::prefix` => `swc_ecma_ast::Ident::with_prefix`.
 - `swc_ecma_utils::undefined` => `swc_ecma_ast::Expr::undefined`.
2024-06-14 21:53:16 +09:00
..
src refactor(es/utils): Refine some APIs (#9049) 2024-06-14 21:53:16 +09:00
Cargo.toml chore: Bump crates 2024-06-14 05:24:10 +00:00