mirror of
https://github.com/swc-project/swc.git
synced 2024-12-13 18:55:36 +03:00
f9be576e02
Comment is not fully supported yet
16 lines
371 B
TOML
16 lines
371 B
TOML
[package]
|
|
name = "swc_ecma_codegen"
|
|
version = "0.1.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
|
|
[dependencies]
|
|
bitflags = "1"
|
|
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" } |