From fc811318c42768ae3c5c6a8006d5e0c6c5e18b58 Mon Sep 17 00:00:00 2001 From: "yangjian.fe" Date: Wed, 6 Nov 2024 23:29:01 +0800 Subject: [PATCH 1/2] fix(swc): fix manual-tokio-runtmie -> manual-tokio-runtime typo --- crates/swc/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 642fa71c8179..af1e708501f1 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -48,7 +48,8 @@ plugin_transform_host_native = [ "swc_plugin_runner/plugin_transform_host_native", ] # Do not inject tokio runtime while running plugin transforms -manual-tokio-runtmie = [] +manual-tokio-runtmie = ["manual-tokio-runtime"] +manual-tokio-runtime = [] [dependencies] anyhow = { workspace = true } From 43103fba21d9fdac38bdd5e3169d683244055247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 7 Nov 2024 00:49:44 +0900 Subject: [PATCH 2/2] Create dull-donuts-learn.md --- .changeset/dull-donuts-learn.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/dull-donuts-learn.md diff --git a/.changeset/dull-donuts-learn.md b/.changeset/dull-donuts-learn.md new file mode 100644 index 000000000000..4663df141bb0 --- /dev/null +++ b/.changeset/dull-donuts-learn.md @@ -0,0 +1,6 @@ +--- +swc: patch +swc_core: patch +--- + +fix(swc): fix manual-tokio-runtmie -> manual-tokio-runtime typo