Filip Seman

Results 17 issues of Filip Seman

Encode and decode tests can be improved to cover more branch logic. Below is the output of test coverage using `npm test`. ```plain # ----------------------------------------------------------------------------------------------------------------------------- # file | line %...

good first issue

I'm working with a large array of data and would prefer not to have it all on one line, nor formatted as one item per line. I've seen examples in...

Logical operators show coupling behavior when using `&&` in a multi-line if statement. For instance: ```ts if ( true || true && true ) { // ... } ``` This...

Implements https://github.com/dprint/dprint-plugin-typescript/issues/677

Implements https://github.com/dprint/dprint-plugin-typescript/issues/483 I've also added alignment for - Type - Interface - Enum - Class Properties - Module Declarations