mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
chore: format toml
This commit is contained in:
parent
ea7a52f1b4
commit
5a5fbcbec2
2 changed files with 5 additions and 11 deletions
|
|
@ -42,8 +42,8 @@ serialize = [
|
|||
"dep:tsify",
|
||||
"dep:wasm-bindgen",
|
||||
"oxc_allocator/serialize",
|
||||
"oxc_regular_expression/serialize",
|
||||
"oxc_span/serialize",
|
||||
"oxc_syntax/serialize",
|
||||
"oxc_syntax/to_js_string",
|
||||
"oxc_regular_expression/serialize"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -30,15 +30,9 @@ rustc-hash = { workspace = true }
|
|||
unicode-id-start = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
|
||||
tsify = { workspace = true, optional = true }
|
||||
wasm-bindgen = { workspace = true, optional = true }
|
||||
tsify = { workspace = true, optional = true }
|
||||
wasm-bindgen = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
serialize = [
|
||||
"dep:serde",
|
||||
"dep:tsify",
|
||||
"dep:wasm-bindgen",
|
||||
"oxc_allocator/serialize",
|
||||
"oxc_span/serialize",
|
||||
]
|
||||
default = []
|
||||
serialize = ["dep:serde", "dep:tsify", "dep:wasm-bindgen", "oxc_allocator/serialize", "oxc_span/serialize"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue