swc/ecmascript/transforms/macros/Cargo.toml
Donny/강동윤 e589d00f62
refactor: Move HANDLER to swc_common (#2599)
swc_common:
 - Add `HANDLER`.

swc_ecma_utils:
 - Replace `HANDLER` with one from `swc_common`.
 - Make `StmtLike` `: Send + Sync`.
2021-10-31 20:41:36 +09:00

20 lines
550 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for swc_ecma_transforms."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_macros/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_ecma_transforms_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
[lib]
proc-macro = true
[dependencies]
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
swc_macros_common = {version = "0.3.2", path = "../../../macros/common"}
syn = {version = "1", features = ["fold", "parsing", "full"]}