mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
e12dcf0452
- Fix binary - Add base for transformers This will be last large squash.
18 lines
422 B
TOML
18 lines
422 B
TOML
[package]
|
|
name = "swc_ecma_transforms"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
swc_atoms = { path = "../../atoms" }
|
|
swc_common = { path = "../../common" }
|
|
swc_ecma_ast = { path = "../ast" }
|
|
|
|
[dev-dependencies]
|
|
testing = { path = "../../testing" }
|
|
swc_ecma_codegen = { path = "../codegen" }
|
|
swc_ecma_parser = { path = "../parser" }
|
|
pretty_assertions = "0.4"
|
|
slog = "2"
|
|
sourcemap = "2.2"
|