dprint-plugin-typescript 0.29.0

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

[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"]

[dependencies]
dprint-core = { version = "0.28.0", features = ["formatting"] }
swc_common = "=0.9.1"
swc_ecmascript = { version = "=0.3.1", features = ["parser"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

[dev-dependencies]
dprint-development = "0.2.2"
debug-here = "0.2"