mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
fix: fix wasm-pack build crash (#156)
This commit is contained in:
parent
158a79eba5
commit
be2231b689
2 changed files with 16 additions and 4 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -916,6 +916,22 @@ dependencies = [
|
|||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "oxc_formatter"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"lazy_static",
|
||||
"miette",
|
||||
"oxc_allocator",
|
||||
"oxc_ast",
|
||||
"oxc_diagnostics",
|
||||
"oxc_macros",
|
||||
"oxc_parser",
|
||||
"oxc_semantic",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "oxc_linter"
|
||||
version = "0.0.0"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
[package]
|
||||
name = "oxc_wasm"
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
keywords.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Reference in a new issue