Skip to content

Commit

Permalink
fix(es): Fix typo in feature name (#9721)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Nov 6, 2024
1 parent 7c396a1 commit aff9de5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/dull-donuts-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
swc: patch
swc_core: patch
---

fix(swc): fix manual-tokio-runtmie -> manual-tokio-runtime typo
3 changes: 2 additions & 1 deletion crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit aff9de5

Please sign in to comment.