swc/ecmascript/ext-transforms/Cargo.toml
2020-09-18 14:29:50 +09:00

19 lines
573 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Extensions for @swc/core (nodejs)"
edition = "2018"
name = "swc_ecma_ext_transforms"
publish = false
version = "0.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
phf = {version = "0.8.0", features = ["macros"]}
swc_atoms = {path = "../../atoms"}
swc_common = {path = "../../common"}
swc_ecma_ast = {path = "../ast"}
swc_ecma_parser = {path = "../parser"}
swc_ecma_utils = {path = "../utils"}
swc_ecma_visit = {path = "../visit"}