import * as deno from "https://deno.land/x/deno@v0.28.0/std/prettier/vendor/standalone.d.ts";
Functions
| |
| |
formatWithCursor both formats the code, and translates a cursor position from unformatted code to formatted code. This is useful for editor integrations, to prevent the cursor from moving when code is formatted |