swc_typescript 0.4.1

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       = "0.4.1"

[dependencies]
thiserror = { workspace = true }

swc_atoms    = { version = "0.6.7", path = "../swc_atoms" }
swc_common   = { version = "0.36.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }


[dev-dependencies]
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" }
swc_ecma_parser  = { version = "0.148.0", path = "../swc_ecma_parser" }
testing          = { version = "0.38.0", path = "../testing" }