lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
6 lines • 508 B
TypeScript
import { LitAnalyzerContext } from "../../../lit-analyzer-context.js";
import { HtmlDocument } from "../../../parse/document/text-document/html-document/html-document.js";
import { LitRenameLocation } from "../../../types/lit-rename-location.js";
import { DocumentOffset } from "../../../types/range.js";
export declare function renameLocationsAtOffset(document: HtmlDocument, offset: DocumentOffset, context: LitAnalyzerContext): LitRenameLocation[];
//# sourceMappingURL=rename-locations-at-offset.d.ts.map