fix: fix wasm-pack build crash (#156)

This commit is contained in:
Domon 2023-03-08 19:00:40 +08:00 committed by GitHub
parent 158a79eba5
commit be2231b689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

16
Cargo.lock generated
View file

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

View file

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