Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
52
third-party/vendor/dprint-swc-ext/Cargo.toml
vendored
Normal file
52
third-party/vendor/dprint-swc-ext/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# 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 = "dprint-swc-ext"
|
||||
version = "0.12.0"
|
||||
authors = ["David Sherret <dsherret@gmail.com>"]
|
||||
description = "Functionality to make swc easier to work with."
|
||||
license = "MIT"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[dependencies.bumpalo]
|
||||
version = "3.13.0"
|
||||
|
||||
[dependencies.num-bigint]
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.rustc-hash]
|
||||
version = "1.1.0"
|
||||
|
||||
[dependencies.swc_atoms]
|
||||
version = "0.5.9"
|
||||
|
||||
[dependencies.swc_common]
|
||||
version = "0.32.0"
|
||||
|
||||
[dependencies.swc_ecma_ast]
|
||||
version = "0.109.0"
|
||||
|
||||
[dependencies.swc_ecma_parser]
|
||||
version = "0.139.0"
|
||||
|
||||
[dependencies.text_lines]
|
||||
version = "0.6.0"
|
||||
|
||||
[dev-dependencies.pretty_assertions]
|
||||
version = "1.3.0"
|
||||
|
||||
[features]
|
||||
sourcemap = ["swc_common/sourcemap"]
|
||||
view = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue