swc_eq_ignore_macros 0.1.3

Macros for EqIgnoreSpan and TypeEq.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors       = ["강동윤 <kdy1@dudy.kr>"]
description   = "Macros for EqIgnoreSpan and TypeEq."
documentation = "https://rustdoc.swc.rs/swc_eq_ignore_macros/"
edition       = "2021"
license       = "Apache-2.0"
name          = "swc_eq_ignore_macros"
repository    = "https://github.com/swc-project/swc.git"
version       = "0.1.3"

[lib]
bench      = false
proc-macro = true

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