Skip to content

Commit 9b4b9cd

Browse files
committed
Add swc_plugin_backend_tests
1 parent 18449c3 commit 9b4b9cd

File tree

24 files changed

+42
-40
lines changed

24 files changed

+42
-40
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[package]
2+
name = "swc_plugin_backend_tests"
3+
version = "0.0.0"
4+
edition = { workspace = true }
5+
license = { workspace = true }
6+
repository = { workspace = true }
7+
authors = ["강동윤 <[email protected]>"]
8+
description = "swc plugin backedn tests and benchmarks"
9+
publish = false
10+
11+
[lib]
12+
bench = false
13+
doctest = false
14+
15+
[dev-dependencies]
16+
codspeed-criterion-compat = { workspace = true }
17+
rustc-hash = { workspace = true }
18+
serde = { workspace = true, features = ["derive"] }
19+
serde_json = { workspace = true }
20+
tokio = { workspace = true, features = ["rt"] }
21+
tracing = { workspace = true }
22+
23+
swc_plugin_runner = { version = "17.0.0", path = "../swc_plugin_runner", features = ["rkyv-impl", "plugin_transform_schema_v1"] }
24+
swc_css_ast = { version = "14.0.0", path = "../swc_css_ast", features = [
25+
"rkyv-impl",
26+
] }
27+
swc_css_parser = { version = "14.0.0", path = "../swc_css_parser" }
28+
swc_ecma_ast = { version = "14.0.0", path = "../swc_ecma_ast", features = [
29+
"rkyv-impl",
30+
] }
31+
swc_ecma_parser = { version = "22.0.3", path = "../swc_ecma_parser" }
32+
swc_ecma_visit = { version = "14.0.0", path = "../swc_ecma_visit" }
33+
swc_transform_common = { version = "8.0.0", path = "../swc_transform_common" }
34+
swc_malloc = { version = "1.2.3", path = "../swc_malloc" }
35+
testing = { version = "15.0.0", path = "../testing" }
36+
37+
swc_plugin_backend_wasmer = { version = "0.1", path = "../swc_plugin_backend_wasmer" }
38+
swc_plugin_backend_wasmtime = { version = "0.1", path = "../swc_plugin_backend_wasmtime" }
39+
40+
[[bench]]
41+
harness = false
42+
name = "ecma_invoke"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)