[package] authors = ["강동윤 "] description = "Extensions for @swc/core (nodejs)" edition = "2018" name = "swc_ecma_ext_transforms" publish = false version = "0.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] phf = {version = "0.8.0", features = ["macros"]} swc_atoms = {path = "../../atoms"} swc_common = {path = "../../common"} swc_ecma_ast = {path = "../ast"} swc_ecma_parser = {path = "../parser"} swc_ecma_utils = {path = "../utils"} swc_ecma_visit = {path = "../visit"}