8000 fix error · coder-xiaotian/swc-useclient@0e1f356 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e1f356

Browse files
fix error
1 parent 0a0792e commit 0e1f356

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

transform/tests/fixture.rs

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
use swc_core::ecma::parser::{EsConfig, Syntax};
1+
use std::{fs::read_to_string, path::PathBuf};
2+
use swc_core::{
3+
ecma::transforms::testing::{test_fixture, FixtureTestConfig},
4+
ecma::{
5+
parser::{EsConfig, Syntax},
6+
visit::as_folder,
7+
},
8+
};
29
use testing::fixture;
310
use use_client::{Config, TransformVisitor};
411

0 commit comments

Comments
 (0)
0