This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { createStreaming } from "https://dprint.dev/formatter/v2.ts"; | |
| const globalConfig = { | |
| indentWidth: 2, | |
| lineWidth: 80, | |
| }; | |
| console.log("before createStreaming") | |
| const tsFormatter = await createStreaming( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "arrowParens": "avoid", | |
| "bracketSpacing": true, | |
| "endOfLine": "lf", | |
| "htmlWhitespaceSensitivity": "css", | |
| "insertPragma": false, | |
| "printWidth": 140, | |
| "proseWrap": "preserve", | |
| "requirePragma": false, | |
| "semi": false, |
NewerOlder