issues
search
dprint
/
dprint-plugin-typescript
TypeScript and JavaScript code formatting plugin for dprint.
https://dprint.dev/plugins/typescript
MIT License
258
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: ability to format a file at a specific indentation level
#689
dsherret
opened
2 minutes ago
0
chore: upgrade deno_ast
#688
bartlomieju
opened
35 minutes ago
0
Make adding space after "?" in conditional expression configurable
#687
quarc2
opened
19 hours ago
0
Formatting is unstable (not idempotent)
#686
adrian-gierakowski
opened
1 day ago
2
no-unexpected-multiline check for semiColons asi
#685
RafaelKr
opened
5 days ago
0
Commented code/suppression are wrongly removed by Dprint
#684
manni497
opened
1 week ago
0
feat: Support for external formatters
#683
bartlomieju
opened
1 week ago
0
Documentation for custom formatting is missing
#682
Stokestack
closed
1 week ago
1
fix: handle jsx ignore container followed by jsx text
#681
dsherret
closed
3 weeks ago
0
Object descructuring wrong formatted
#680
manni497
opened
3 weeks ago
0
fix: deno_ast 0.43
#679
dsherret
closed
4 weeks ago
0
Support de-indenting/indenting block comments according to their leading line indentation
#678
bartlomieju
opened
1 month ago
5
Formatting array elements to a maximum width
#677
xseman
opened
1 month ago
1
Space around union and/or intersection type when in a single line
#676
rozpuszczalny
opened
1 month ago
0
Allow vertical align union pipe prefix format
#675
jasonkuhrt
closed
3 weeks ago
1
Heuristic for line break after "=" on type definitions
#674
jasonkuhrt
opened
2 months ago
0
Add option not to inline a single-line functions
#673
farwayer
opened
2 months ago
1
refactor: reduce code duplication for node sorter
#672
balthild
opened
2 months ago
1
Rename "importDeclaration.sortTypeOnlyImports": "none" to "inline"
#671
dsherret
opened
2 months ago
0
Unstable formatting behaviour
#670
lucacasonato
opened
2 months ago
1
Respect `prefer_newline_before_close_bracket` with `jsx_attributes_prefer_hanging`
#669
MrFoxPro
opened
2 months ago
0
Do not move assignment value on new line if `variable_statement_prefer_single_line` is `true`
#668
MrFoxPro
opened
2 months ago
1
Add extensive examples for every formatting option in docs / JsonSchema
#667
MrFoxPro
opened
2 months ago
0
fix: revert back default type only named imports/exports sorting to "none"
#666
dsherret
closed
2 months ago
1
fix: add type only named import/exports sorting to deno config
#665
dsherret
closed
2 months ago
0
feat: ability to sort type only named imports and exports first or last
#664
dsherret
closed
2 months ago
5
Control over comment line indentation
#663
jasonkuhrt
opened
2 months ago
0
fix: keep explicit newlines in paren expressions
#662
burnnat
opened
2 months ago
0
Request: continuation indent on hanging line
#661
bwbb
opened
2 months ago
0
feat: allow overwriting used file extension
#660
crowlKats
closed
2 months ago
1
fix: deno_ast 0.42
#659
dsherret
closed
2 months ago
0
Tagged template formatting support
#658
dsherret
opened
2 months ago
3
Odd extra indent in multiline call expression / binary expression
#657
jakebailey
opened
3 months ago
0
`x as <type>` should be allowed in boolean expressions
#656
ad-si
opened
3 months ago
1
fix: support using decl in for of stmt
#655
dsherret
closed
3 months ago
0
importDeclaration.spaceSurroundingNamedImports not working
#654
simoncarbajal
closed
3 months ago
5
perf: deno_ast 0.41
#653
dsherret
closed
3 months ago
0
Add debug assertions for node and trivia ranges
#652
dsherret
opened
4 months ago
0
fix: trailing comments sometimes being inserted before the comma in parameter lists
#651
dsherret
closed
4 months ago
0
Inline comments within parameters moved before previous comma
#650
jakebailey
closed
4 months ago
6
fix(fmt): Preserve single-line objects in array formatting
#649
yazan-abdalrahman
opened
4 months ago
1
fix: prevent prefix semicolon insertion for increment and decrement
#648
yazan-abdalrahman
closed
3 months ago
3
fix: upgrade deno_ast to 0.40.0
#647
bartlomieju
closed
4 months ago
0
fix: correct `bracePosition` for `export default class`
#646
dsherret
closed
4 months ago
0
fix: correct spaceBeforeParentheses for `export default function` with name
#645
dsherret
closed
4 months ago
0
feat: upgrade to wasm plugins v4
#644
dsherret
opened
4 months ago
0
styled-components support
#643
adrian-gierakowski
opened
5 months ago
1
Missing space for `export default function doX()` with `spaceBeforeParentheses`
#642
ad-si
closed
4 months ago
4
Array of objects is not formatted nicely
#641
lucacasonato
opened
5 months ago
1
Support for Formatting Vue and Svelte Code with `dprint_plugin_typescript::format_text`
#640
c12i
opened
5 months ago
0
Next