mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
Bump to swc v78 (#98268)
Notably, switches to the upstream React Compiler crates, as opposed to the `forked-react-compiler`
This commit is contained in:
committed by
GitHub
parent
db66a5094d
commit
84d55c5f34
Generated
+187
-196
@@ -656,9 +656,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "binding_macros"
|
||||
version = "75.0.0"
|
||||
version = "76.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b94ee86f773ed714a67a5da75f53a746cd5215eb6d94a4584058231cc90d8289"
|
||||
checksum = "8b15aabdc6e140bb0db844b89d71e93a534bd96f7f056380d83a939d15ffab81"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
@@ -2602,179 +2602,6 @@ version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac2369cf719891033c9b17a8093c7cf83dbad40113d4a24513fe3d42e37050ea"
|
||||
dependencies = [
|
||||
"forked_react_compiler_ast",
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_inference",
|
||||
"forked_react_compiler_lowering",
|
||||
"forked_react_compiler_optimization",
|
||||
"forked_react_compiler_reactive_scopes",
|
||||
"forked_react_compiler_ssa",
|
||||
"forked_react_compiler_typeinference",
|
||||
"forked_react_compiler_utils",
|
||||
"forked_react_compiler_validation",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_ast"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "daccd93f89b1bc808a485767928b80456711e2141e54722e478795c84e0d5c7b"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde-transcode",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_diagnostics"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c3d5b1d76f01cd1cc64d016880380cada17c2e7e3fc2337ffd2db690cdb3b4e"
|
||||
dependencies = [
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_hir"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4668644f0b802b21e0a547e74cbf01dccb8f854c894800f9f1115fa5d0816383"
|
||||
dependencies = [
|
||||
"forked_react_compiler_ast",
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_inference"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b17f5d24f016fe5fab0b15e36fcaa54ef377a341dbcd747f1e4371e29acb3198"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_lowering",
|
||||
"forked_react_compiler_optimization",
|
||||
"forked_react_compiler_ssa",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_lowering"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6dc9d291addca587d64bc90b7d6e58fcd4ebc255aa9a97751e0058ba2a4c1dab"
|
||||
dependencies = [
|
||||
"forked_react_compiler_ast",
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_optimization"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "717defb246a678ab851a46210d65e0c7604cc7944395d380338a3062924965c9"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_lowering",
|
||||
"forked_react_compiler_ssa",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_reactive_scopes"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "928d6ae8021a1c8f5a32b20cf2ef4b20f76cf997ae753c4e958e896bcf64ae90"
|
||||
dependencies = [
|
||||
"forked_react_compiler_ast",
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_utils",
|
||||
"hmac-sha256",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_ssa"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd26c931f5a799188a2d7bb5960cfde048c91348a074876e49c9f7d6e8581d93"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_typeinference"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f603c0f89520b55e9c34fc6264df6f29bba60d7e94269f433dd13ba76c4d686"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_ssa",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_utils"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5390b90b48cf2aaab7e511009e10e6b8c2c5b750a8c873881b4014e4295cb128"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "forked_react_compiler_validation"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7801bd3359181d53a99a06c43f76943f56736814f3dead0ce5fac9118391f18b"
|
||||
dependencies = [
|
||||
"forked_react_compiler_diagnostics",
|
||||
"forked_react_compiler_hir",
|
||||
"forked_react_compiler_utils",
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "form_urlencoded"
|
||||
version = "1.2.1"
|
||||
@@ -4539,7 +4366,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "mdxjs"
|
||||
version = "1.0.4"
|
||||
source = "git+https://github.com/vercel-labs/mdxjs-rs-turbopack.git?branch=turbopack#e527df80a17e5b38a93130c21662b1e9e55af501"
|
||||
source = "git+https://github.com/vercel-labs/mdxjs-rs-turbopack.git?branch=turbopack#76c69c0485a4927a56e2b328b93de14b1c2c24fb"
|
||||
dependencies = [
|
||||
"markdown",
|
||||
"rustc-hash 2.1.1",
|
||||
@@ -6465,6 +6292,170 @@ dependencies = [
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ca80ae76ce91cbd2c347038c980fa1733471a624b63288511fa21767863bca7"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_ast",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"react_compiler_inference",
|
||||
"react_compiler_lowering",
|
||||
"react_compiler_optimization",
|
||||
"react_compiler_reactive_scopes",
|
||||
"react_compiler_ssa",
|
||||
"react_compiler_typeinference",
|
||||
"react_compiler_validation",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_ast"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "762b331e942c1f46a58fd25bc2c508614b572c7eb2473b920560dc92229f9433"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde-transcode",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_diagnostics"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6aae39deeee41c1e3e5898ec06f5466199492970045f10d1ab63d1242b0b08e4"
|
||||
dependencies = [
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_hir"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2969c88af5ebf820294b8744306582deed137073332dabff604805892c4c2ff"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_inference"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aacf1d04f0a760b4d99ac3f1403c066c3a3b5e37b77572758a63a9fbb301d7ef"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"react_compiler_lowering",
|
||||
"react_compiler_optimization",
|
||||
"react_compiler_ssa",
|
||||
"react_compiler_utils",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_lowering"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6fc700386926cec178593691d45bf20887992c71e2b37b029678a3dba94b3df8"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_ast",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_optimization"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c0df5475d0415d5b4b03c5d871e33290bc55d5de2c39b94a55857765d88f86"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"react_compiler_lowering",
|
||||
"react_compiler_ssa",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_reactive_scopes"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "152a2bff4b1afab2264deaac8a3d2030e025ead2d1991c3675c625b83543fa6c"
|
||||
dependencies = [
|
||||
"hmac-sha256",
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_ast",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_ssa"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f26df0c17dfeef6b611fb608cb22e5f391beddad656b7a3bd6b7b3d16be25072"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_typeinference"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "533c10b9a9d1d912f673361a21c92b6dd18c58a1985a175a760047a45856865e"
|
||||
dependencies = [
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"react_compiler_ssa",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_utils"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5df0b58a5a86ea4eb9eccdd6104bdf2a4271203533df5420621af6a592fb0237"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_compiler_validation"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d07e9fd1f0baa57011b0eb7c50b3d206313a8723bbc448f603d984cdd25afd75"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler_diagnostics",
|
||||
"react_compiler_hir",
|
||||
"rustc-hash 2.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "react_remove_properties"
|
||||
version = "17.0.0"
|
||||
@@ -7756,9 +7747,9 @@ checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "75.0.1"
|
||||
version = "76.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d80793e5502ee90bdb3c34201c056276e46f59ebb81fdca412a7c236842e017"
|
||||
checksum = "a32eb3bebd431c8b2f07a21844dfc7e5bb80f92bd8e0a1b7baef71c370d13278"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
@@ -7946,9 +7937,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "77.1.2"
|
||||
version = "78.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "400701fb0bc3d13d1d0a1de6f58d91489fa9007eb3c584057bb2adb637fa9a5d"
|
||||
checksum = "2b3e1cf21711152ac57d0ade1fea33bf8f1cc974f7bc1f668ac0252252876803"
|
||||
dependencies = [
|
||||
"binding_macros",
|
||||
"par-core",
|
||||
@@ -8404,9 +8395,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_minifier"
|
||||
version = "61.0.4"
|
||||
version = "61.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ae5c3a7654e13c6e03d349eb1f91be566e0e79d223ef9d15b1a6e1f40c5cc23"
|
||||
checksum = "249c0f4243fc3a6958950346c3f52c5004331a96d8dc816cd2bb15313797c86e"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.6",
|
||||
"bitflags 2.9.1",
|
||||
@@ -8503,14 +8494,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_react_compiler"
|
||||
version = "24.0.0"
|
||||
version = "25.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f502a7ccd43292d50a9ed30b56ed59c9f73e310a48d3990f0697c04cb87cd09"
|
||||
checksum = "69da32d5f1c98dd6be5eb823a00efd30e7bb9f2bfb38b62eef39cee3ee38747a"
|
||||
dependencies = [
|
||||
"forked_react_compiler",
|
||||
"forked_react_compiler_ast",
|
||||
"forked_react_compiler_hir",
|
||||
"indexmap 2.14.0",
|
||||
"react_compiler",
|
||||
"react_compiler_ast",
|
||||
"react_compiler_hir",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@@ -8658,9 +8649,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_compat"
|
||||
version = "57.0.0"
|
||||
version = "57.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ceb8ffad960e1e24b3b63b2e71ffb2c8d573c93ca8903b7b483b5a75eaf869bd"
|
||||
checksum = "57e6fa2fdd1a696573f90b2d1a4fec3e01d93ff3cb177803f26b1908e78844cb"
|
||||
dependencies = [
|
||||
"indexmap 2.14.0",
|
||||
"par-core",
|
||||
@@ -8751,9 +8742,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_proposal"
|
||||
version = "49.0.0"
|
||||
version = "49.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "54961a68a90ffddffba02c4805e3e771131e088b66db1fc4a8d2aa0e25ce8b7e"
|
||||
checksum = "bb788fcd3c79a91fd36634ea740f4e7388cb77bdab43386c4d08e71c4f142386"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rustc-hash 2.1.1",
|
||||
@@ -8820,9 +8811,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "55.0.1"
|
||||
version = "55.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b29ec4ac580b71b099de09e2a01b48454d72666b97f999a9fcc34c0f44639a9d"
|
||||
checksum = "f6ff33eb8a13dced33261de7778097e18ac33e2ff0ffe7b071f1837b54679d61"
|
||||
dependencies = [
|
||||
"bytes-str",
|
||||
"rustc-hash 2.1.1",
|
||||
@@ -8838,9 +8829,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_utils"
|
||||
version = "35.0.0"
|
||||
version = "35.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a6fb39737b1c2bde685c5d85799aa04107548de69087a77c690a3ca8bbfc5100"
|
||||
checksum = "a0cf1613b3f833d4713998914154e8335eacbec9a3ceb328ee37dc7618cdb468"
|
||||
dependencies = [
|
||||
"dragonbox_ecma",
|
||||
"indexmap 2.14.0",
|
||||
@@ -10627,7 +10618,6 @@ dependencies = [
|
||||
"dashmap 7.0.0-rc2",
|
||||
"data-encoding",
|
||||
"either",
|
||||
"forked_react_compiler",
|
||||
"indexmap 2.14.0",
|
||||
"indoc",
|
||||
"itertools 0.10.5",
|
||||
@@ -10637,6 +10627,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"petgraph 0.8.3",
|
||||
"phf 0.11.2",
|
||||
"react_compiler",
|
||||
"regex",
|
||||
"rstest",
|
||||
"rustc-hash 2.1.1",
|
||||
|
||||
+3
-3
@@ -210,11 +210,11 @@ turbopack-trace-server = { path = "turbopack/crates/turbopack-trace-server" }
|
||||
turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
|
||||
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }
|
||||
|
||||
swc_ecma_react_compiler = "24.0.0"
|
||||
react_compiler = { version = "0.2", package = "forked_react_compiler" }
|
||||
swc_ecma_react_compiler = "25.0.0"
|
||||
react_compiler = "0.1.0"
|
||||
|
||||
# SWC crates
|
||||
swc_core = { version = "77.1.2", default-features = false, features = [
|
||||
swc_core = { version = "78.0.0", default-features = false, features = [
|
||||
"ecma_loader_lru",
|
||||
"ecma_loader_parking_lot",
|
||||
"parallel_rayon",
|
||||
|
||||
Reference in New Issue
Block a user