Open ad-si opened 3 months ago
Describe the bug
dprint-plugin-typescript version: 0.91.6.wasm
Input Code
const a = testNum as number >= 0 const b = testStr as string >= 0
Expected Output
Actual Output
Expression expected at file:///file.ts:1:30 const a = testNum as number >= 0 ~
I opened https://github.com/swc-project/swc/issues/9471
Describe the bug
dprint-plugin-typescript version: 0.91.6.wasm
Input Code
Expected Output
Actual Output