UNPKG

@shopify/theme-language-server-common

Version:

<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>

12 lines (11 loc) 314 B
export declare const CURSOR = "\u2588"; /** * Fix the source code and return the new fixed source with the new absolute * position * * @param source - source code * @param position - absolute position * * @returns new fixed source */ export declare function fix(source: string, position?: number): string;