mirror of
https://github.com/swc-project/swc.git
synced 2024-12-14 07:33:22 +03:00
4f1dc24e40
* constructor codegen * Update string_cache to 0.7 * make swc_common not depend on sourcemap * Remove unused dependencies * update either to 1.5.0 * update rustc-ap crates to 297 * remove unused dependency (fnv)
17 lines
408 B
TOML
17 lines
408 B
TOML
[package]
|
|
name = "swc_ecma_codegen"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
bitflags = "1"
|
|
swc_atoms = { path = "../../atoms" }
|
|
swc_common = { path = "../../common" }
|
|
swc_ecma_ast = { path = "../ast" }
|
|
ecma_codegen_macros = { path = "./macros" }
|
|
sourcemap = "2.2"
|
|
|
|
[dev-dependencies]
|
|
testing = { path = "../../testing" }
|
|
slog = "2"
|
|
swc_ecma_parser = { path = "../parser" } |