[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Proc macro for performance trace of swc"
documentation = "https://rustdoc.swc.rs/swc_trace_macro/"
edition = { workspace = true }
license = { workspace = true }
name = "swc_typescript"
repository = { workspace = true }
version = "7.0.0"
[dependencies]
petgraph = { workspace = true }
rustc-hash = { workspace = true }
thiserror = { workspace = true }
swc_atoms = { version = "3.0.4", path = "../swc_atoms" }
swc_common = { version = "5.0.1", path = "../swc_common" }
swc_ecma_ast = { version = "5.1.0", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "8.0.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "7.0.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "8.0.0", path = "../swc_ecma_transforms_base" }
testing = { version = "5.0.0", path = "../testing" }