chore: format toml

This commit is contained in:
Boshen 2024-09-03 11:14:49 +08:00
parent ea7a52f1b4
commit 5a5fbcbec2
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1
2 changed files with 5 additions and 11 deletions

View file

@ -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"
]

View file

@ -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"]