swc_plugin_macro 0.9.16

Macro support for authoring plugin's transform fn
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description   = "Macro support for authoring plugin's transform fn"
documentation = "https://rustdoc.swc.rs/swc_plugin_macro/"
edition       = "2018"
license       = "Apache-2.0"
name          = "swc_plugin_macro"
repository    = "https://github.com/swc-project/swc.git"
version       = "0.9.16"

[lib]
bench      = false
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote       = "1"
syn         = { version = "2", features = ["full"] }