Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
1
third-party/vendor/swc_visit_macros/.cargo-checksum.json
vendored
Normal file
1
third-party/vendor/swc_visit_macros/.cargo-checksum.json
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"files":{"Cargo.toml":"e1435cb4f20ee984b24e3d799624519551d94f8b589ce1ea6eacbf66adb99246","src/lib.rs":"55c9025002c6d3b6ee5b89fde6d79dbed353cc615350aa88784e78e6b3614806"},"package":"0f322730fb82f3930a450ac24de8c98523af7d34ab8cb2f46bcb405839891a99"}
|
||||
46
third-party/vendor/swc_visit_macros/Cargo.toml
vendored
Normal file
46
third-party/vendor/swc_visit_macros/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "swc_visit_macros"
|
||||
version = "0.5.8"
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
||||
description = "Visitor generator for stable rustc"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
resolver = "1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
proc-macro = true
|
||||
|
||||
[dependencies.Inflector]
|
||||
version = "0.11.4"
|
||||
|
||||
[dependencies.pmutil]
|
||||
version = "0.6.1"
|
||||
|
||||
[dependencies.proc-macro2]
|
||||
version = "1"
|
||||
|
||||
[dependencies.quote]
|
||||
version = "1"
|
||||
|
||||
[dependencies.swc_macros_common]
|
||||
version = "0.3.8"
|
||||
|
||||
[dependencies.syn]
|
||||
version = "2"
|
||||
features = [
|
||||
"parsing",
|
||||
"full",
|
||||
]
|
||||
3286
third-party/vendor/swc_visit_macros/src/lib.rs
vendored
Normal file
3286
third-party/vendor/swc_visit_macros/src/lib.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue