Skip to content

Commit

Permalink
feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 14, 2024
1 parent 09e167b commit 53a1ad9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions crates/swc_fast_ts_strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ version = "0.2.0"
anyhow = { workspace = true }
serde = { workspace = true, features = ["derive"] }

swc_common = { version = "0.35.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.152.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.141.1", path = "../swc_ecma_transforms_base" }
swc_common = { version = "0.35.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.152.0", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.141.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_typescript = { version = "0.192.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" }
swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
Expand Down

0 comments on commit 53a1ad9

Please sign in to comment.