dprint-plugin-typescript 0.77.0

TypeScript and JavaScript code formatter.
Documentation
[package]
name = "dprint-plugin-typescript"
version = "0.77.0"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-typescript"
keywords = ["formatting", "formatter", "typescript", "javascript"]
license = "MIT"
repository = "https://github.com/dprint/dprint-plugin-typescript"
description = "TypeScript and JavaScript code formatter."

[lib]
crate-type = ["lib", "cdylib"]

[profile.release]
opt-level = 3
debug = false
lto = true
debug-assertions = false
overflow-checks = false
panic = "abort"

[features]
wasm = ["serde_json", "dprint-core/wasm"]
tracing = ["dprint-core/tracing"]

[dependencies]
anyhow = "1.0.64"
deno_ast = { version = "0.20.0", features = ["view"] }
dprint-core = { version = "0.59.0", features = ["formatting"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
debug-here = "0.2"
dprint-development = "0.9.1"
serde_json = { version = "1.0" }