mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
19 lines
573 B
TOML
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"}
|