UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

5 lines 410 B
import { LitAnalyzerContext } from "../../../lit-analyzer-context.js"; import { HtmlDocument } from "../../../parse/document/text-document/html-document/html-document.js"; import { LitDiagnostic } from "../../../types/lit-diagnostic.js"; export declare function validateHTMLDocument(htmlDocument: HtmlDocument, context: LitAnalyzerContext): LitDiagnostic[]; //# sourceMappingURL=validate-html-document.d.ts.map