dprint-plugin-typescript 0.44.0

TypeScript and JavaScript code formatter.
Documentation
[package]
name = "dprint-plugin-typescript"
description = "TypeScript and JavaScript code formatter."
keywords = ["formatting", "formatter", "typescript", "javascript"]
version = "0.44.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.35.3", features = ["formatting"] }
fnv = "1.0.7"
swc_common = "0.10.14"
swc_ecmascript = { version = "0.31.0", features = ["parser"] }
swc_ast_view = { version = "0.15.0", package = "dprint-swc-ecma-ast-view" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

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