swc_visit 1.0.0

Visitor generator for stable rustc
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>"]
description = "Visitor generator for stable rustc"
edition     = "2021"
license     = "Apache-2.0"
name        = "swc_visit"
repository  = "https://github.com/swc-project/swc.git"
version     = "1.0.0"

[lib]
bench = false

[features]
path = []

[dependencies]
either                = { workspace = true }
new_debug_unreachable = { workspace = true }