Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 2, 2022
1 parent 91c68de commit 7469c9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion crates/swc_plugin_runner/Cargo.toml
Expand Up @@ -66,7 +66,10 @@ swc_ecma_visit = { version = "0.81.1", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.31.18", path = "../testing" }
# This allows we can run non-wasm32 target build command while some pkg select features for wasmer/js omits its transitive deps
wasmer = "2.3.0"
swc_ecma_ast = { version = "0.95.1", path = "../swc_ecma_ast", feature = [
"rkyv-impl",
] }
wasmer = "2.3.0"
wasmer-wasi = "2.3.0"

[[bench]]
Expand Down
1 change: 0 additions & 1 deletion crates/swc_plugin_runner/benches/ecma_invoke.rs
@@ -1,4 +1,3 @@
#![cfg(feature = "ecma")]
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]

extern crate swc_node_base;
Expand Down
1 change: 0 additions & 1 deletion crates/swc_plugin_runner/tests/ecma_integration.rs
@@ -1,4 +1,3 @@
#![cfg(feature = "ecma")]
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]

use std::{
Expand Down
1 change: 0 additions & 1 deletion crates/swc_plugin_runner/tests/ecma_rkyv.rs
@@ -1,4 +1,3 @@
#![cfg(feature = "ecma")]
#![cfg_attr(not(feature = "__rkyv"), allow(warnings))]
use std::{
env, fs,
Expand Down

0 comments on commit 7469c9a

Please sign in to comment.