For something like
export type a<T> = T
export type b<T> = T
export type c = any
When formatting the line below:export type myType = a<b<c> >
It gets formatted to this:export type myType = a<b<c>>
Then whenever I try to format the file again I get an error:
[error] error: could not format from stdin: failed to format from stdin: error parsing:
>>
(4:27 to 4:29), expected '>' to close generic type parameter list>>
(4:27 to 4:29), unexpected token, this needs to be a statementRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4