lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
9 lines • 435 B
TypeScript
import { SimpleType } from "ts-simple-type";
import { HTMLDataV1 } from "vscode-html-languageservice";
import { HtmlDataCollection } from "./html-tag.js";
export interface ParseVscodeHtmlDataConfig {
builtIn?: boolean;
typeMap?: Map<string, SimpleType>;
}
export declare function parseVscodeHtmlData(data: HTMLDataV1, config?: ParseVscodeHtmlDataConfig): HtmlDataCollection;
//# sourceMappingURL=parse-vscode-html-data.d.ts.map