1
1
[package ]
2
2
name = " dprint-plugin-typescript"
3
- description = " TypeScript and JavaScript code formatter."
4
- keywords = [" formatting" , " formatter" , " typescript" , " javascript" ]
5
- version = " 0.49.0"
3
+ version = " 0.50.0"
6
4
authors = [
" David Sherret <[email protected] >" ]
7
5
edition = " 2018"
8
- license = " MIT"
9
6
homepage = " https://github.com/dprint/dprint-plugin-typescript"
7
+ keywords = [" formatting" , " formatter" , " typescript" , " javascript" ]
8
+ license = " MIT"
10
9
repository = " https://github.com/dprint/dprint-plugin-typescript"
10
+ description = " TypeScript and JavaScript code formatter."
11
11
12
12
[lib ]
13
13
crate-type = [" lib" , " cdylib" ]
@@ -27,13 +27,13 @@ tracing = ["dprint-core/tracing"]
27
27
[dependencies ]
28
28
dprint-core = { version = " 0.43.0" , features = [" formatting" ] }
29
29
fnv = " 1.0.7"
30
- swc_common = " 0.11.0"
31
- swc_ecmascript = { version = " 0.46.0" , features = [" parser" ] }
32
- swc_ast_view = { version = " 0.24.0" , package = " dprint-swc-ecma-ast-view" }
33
30
serde = { version = " 1.0.118" , features = [" derive" ] }
34
31
serde_json = { version = " 1.0" , optional = true }
32
+ swc_ast_view = { version = " 0.24.0" , package = " dprint-swc-ecma-ast-view" }
33
+ swc_common = " 0.11.0"
34
+ swc_ecmascript = { version = " 0.46.0" , features = [" parser" ] }
35
35
36
36
[dev-dependencies ]
37
- dprint-development = " 0.4.0"
38
37
debug-here = " 0.2"
38
+ dprint-development = " 0.4.0"
39
39
serde_json = { version = " 1.0" }
0 commit comments