swc_typescript 4.0.0

Proc macro for performance trace of swc
Documentation
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>"]
description   = "Proc macro for performance trace of swc"
documentation = "https://rustdoc.swc.rs/swc_trace_macro/"
edition       = "2021"
license       = "Apache-2.0"
name          = "swc_typescript"
repository    = { workspace = true }
version       = "4.0.0"

[dependencies]
thiserror = { workspace = true }

swc_atoms    = { version = "2.0.0", path = "../swc_atoms" }
swc_common   = { version = "4.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "4.0.0", path = "../swc_ecma_ast" }


[dev-dependencies]
swc_ecma_codegen = { version = "4.0.0", path = "../swc_ecma_codegen" }
swc_ecma_parser  = { version = "5.0.0", path = "../swc_ecma_parser" }
testing          = { version = "4.0.0", path = "../testing" }