@glint/core
Version:
A CLI for performing typechecking on Glimmer templates
6 lines (5 loc) • 333 B
TypeScript
export { positionToOffset, offsetToPosition } from './position.js';
export { scriptElementKindToCompletionItemKind } from './protocol.js';
export declare function uriToFilePath(uri: string): string;
export declare function filePathToUri(filePath: string): string;
export declare function normalizeFilePath(filePath: string): string;