mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
### This PR did the following things. 1. Parse specs 2. Collect `run_spec's` arguments 3. Pass the correct `PrettierOptions` to the `Prettier` 4. Printing snapshots correctly
31 lines
847 B
TOML
31 lines
847 B
TOML
[package]
|
|
name = "oxc_prettier_conformance"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
oxc_allocator = { workspace = true }
|
|
oxc_parser = { workspace = true }
|
|
oxc_prettier = { workspace = true }
|
|
oxc_span = { workspace = true }
|
|
oxc_tasks_common = { workspace = true }
|
|
oxc_ast = { workspace = true }
|
|
|
|
walkdir = { workspace = true }
|
|
pico-args = { workspace = true }
|
|
|
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
|
jemallocator = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
mimalloc = { workspace = true }
|