mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Some of the files are not being parsed because we are currently less recoverable than TypeScript.
30 lines
723 B
TOML
30 lines
723 B
TOML
[package]
|
|
name = "oxc_coverage"
|
|
publish = false
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
oxc_allocator = { path = "../../crates/oxc_allocator" }
|
|
oxc_parser = { path = "../../crates/oxc_parser" }
|
|
oxc_ast = { path = "../../crates/oxc_ast" }
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
rayon = { workspace = true }
|
|
|
|
console = "0.15.5"
|
|
encoding_rs = "0.8.32"
|
|
encoding_rs_io = "0.1.7"
|
|
lazy_static = "1.4.0"
|
|
pico-args = "0.5.0"
|
|
regex = "1.7.1"
|
|
serde_yaml = "0.9.17"
|
|
similar = "2.2.1"
|
|
walkdir = "2.3.2"
|