feat(bindings): Update swc_core (#5518)

This commit is contained in:
OJ Kwon 2022-08-16 18:13:22 -07:00 committed by GitHub
parent 7b921bcb50
commit b37b640133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 39 deletions

36
bindings/Cargo.lock generated
View File

@ -1774,9 +1774,9 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]] [[package]]
name = "rkyv" name = "rkyv"
version = "0.7.39" version = "0.7.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15" checksum = "517a3034eb2b1499714e9d1e49b2367ad567e07639b69776d35e259d9c27cca6"
dependencies = [ dependencies = [
"bytecheck", "bytecheck",
"hashbrown", "hashbrown",
@ -1789,9 +1789,9 @@ dependencies = [
[[package]] [[package]]
name = "rkyv_derive" name = "rkyv_derive"
version = "0.7.39" version = "0.7.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4" checksum = "505c209ee04111a006431abf39696e640838364d67a107c559ababaf6fd8c9dd"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2175,9 +2175,9 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.214.7" version = "0.214.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e8a22bdb12fdf8be140bfff4a37dd171f3c19337252fda98ec4b52ba4b62d4" checksum = "f91c2f2b1fc49a18bf32acc06c2c852d35e1ec24169cf922d5b84175138e2b4d"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",
@ -2226,9 +2226,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_atoms" name = "swc_atoms"
version = "0.4.6" version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b60823c5d9576cbedb299d57e4a808dd7e607062bd9b9bd5b3d5b65763c111" checksum = "ec42e171f3fc8f20a1b43a375025198493f175fb83bb2455fc1b15865d693512"
dependencies = [ dependencies = [
"bytecheck", "bytecheck",
"once_cell", "once_cell",
@ -2311,9 +2311,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.27.9" version = "0.27.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97e51645bfec1301012bef2f6f6b33482ba22b0f4034501a62ac248890bd107e" checksum = "946c5151d7b786f5f40876b269592a7a152673fbf8cf88a2828eaf2519ded9ec"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",
@ -2369,9 +2369,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.7.16" version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4260101b354f6a3e870256ae5408847ff028c864b5a57732b01366392c93e2" checksum = "14e527899008a094ad04934d9a977c7c6992cd86ef3279e909c073453ea95ae3"
dependencies = [ dependencies = [
"binding_macros", "binding_macros",
"swc", "swc",
@ -2392,9 +2392,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_ast" name = "swc_ecma_ast"
version = "0.90.8" version = "0.90.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3427b28422f769f875e40404c0101b22cef9d7ba12c89453aac65f409b6e33cb" checksum = "7d451c3d01fad080ea46e5d4795ed9025dee19479ea76c4b1a776894574ea8f2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytecheck", "bytecheck",
@ -2951,9 +2951,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_plugin_proxy" name = "swc_plugin_proxy"
version = "0.18.10" version = "0.18.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2be7d40fb6f57df27fdcc1e0d446bcc8c9abf76bbcaad18daf4af9c285a77aac" checksum = "1324ef863ebfa071da95a08dafb3ef7b71e28547454f869cdb6e77e017e090dc"
dependencies = [ dependencies = [
"better_scoped_tls", "better_scoped_tls",
"bytecheck", "bytecheck",
@ -2966,9 +2966,9 @@ dependencies = [
[[package]] [[package]]
name = "swc_plugin_runner" name = "swc_plugin_runner"
version = "0.71.12" version = "0.71.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70a2a65e4772fce50adc0cd99d9994ed4acdde470e96e73cb73c0fb1746cae1" checksum = "f8bb1c404a1b9ab1870c185d30610d35b4113cd19df1b2e904376c14686b505d"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"once_cell", "once_cell",

View File

@ -48,7 +48,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
swc_core = { version = "0.7.16", features = [ swc_core = { version = "0.7.18", features = [
"ast", "ast",
"common_concurrent", "common_concurrent",
"bundler", "bundler",

View File

@ -20,7 +20,7 @@ swc_v2 = []
plugin = ["swc_core/plugin_transform_host_js"] plugin = ["swc_core/plugin_transform_host_js"]
[dependencies] [dependencies]
swc_core = { version = "0.7.16", features = [ swc_core = { version = "0.7.18", features = [
"common_perf", "common_perf",
"binding_macro_wasm", "binding_macro_wasm",
] } ] }

View File

@ -1,42 +1,42 @@
[package] [package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"] authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Commandline for SWC" description = "Commandline for SWC"
edition = "2021" edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"] include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_cli" name = "swc_cli"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.91.3" version = "0.91.3"
[[bin]] [[bin]]
bench = false bench = false
name = "swc" name = "swc"
path = "./src/main.rs" path = "./src/main.rs"
[features] [features]
default = [] default = []
plugin = ["swc_core/plugin_transform_host_native"] plugin = ["swc_core/plugin_transform_host_native"]
[dependencies] [dependencies]
anyhow = "1.0.53" anyhow = "1.0.53"
atty = "0.2.14" atty = "0.2.14"
clap = {version = "3.1.0", features = ["derive", "wrap_help"]} clap = { version = "3.1.0", features = ["derive", "wrap_help"] }
glob = "0.3.0" glob = "0.3.0"
rayon = "1" rayon = "1"
relative-path = "1.6.1" relative-path = "1.6.1"
serde = {version = "1", features = ["derive"]} serde = { version = "1", features = ["derive"] }
serde_json = {version = "1", features = ["unbounded_depth"]} serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = {version = "0.7.16", features = [ swc_core = { version = "0.7.18", features = [
"trace_macro", "trace_macro",
"common_concurrent", "common_concurrent",
"base", "base",
]} ] }
tracing = "0.1.32" tracing = "0.1.32"
tracing-chrome = "0.5.0" tracing-chrome = "0.5.0"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-subscriber = {version = "0.3.9", features = ["env-filter"]} tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2" walkdir = "2"
[dependencies.path-absolutize] [dependencies.path-absolutize]
features = ["once_cell_cache"] features = ["once_cell_cache"]
version = "3.0.11" version = "3.0.11"