mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
99d48e305e
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6852. - Closes https://github.com/swc-project/swc/issues/6404.
18 lines
264 B
TOML
18 lines
264 B
TOML
[workspace]
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "swc_issue_6404"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
swc_core = { path = "../../../../swc_core", features = [
|
|
"ecma_plugin_transform",
|
|
"ecma_quote",
|
|
] }
|