[package] name = "dprint-plugin-typescript" version = "0.93.2" authors = ["David Sherret "] 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"] [[test]] name = "specs" path = "tests/spec_test.rs" harness = false [dependencies] anyhow = "1.0.64" deno_ast = { version = "0.43.0", features = ["view"] } dprint-core = { version = "0.66.2", features = ["formatting"] } dprint-core-macros = "0.1.0" percent-encoding = "2.3.1" rustc-hash = "1.1.0" serde = { version = "1.0.144", features = ["derive"] } serde_json = { version = "1.0", optional = true } [dev-dependencies] dprint-development = "0.10.1" pretty_assertions = "1.3.0" serde_json = { version = "1.0" }