UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

5 lines 379 B
import { LitAnalyzerContext } from "../lit-analyzer-context.js"; import { ReportedRuleDiagnostic } from "../rule-collection.js"; import { LitDiagnostic } from "../types/lit-diagnostic.js"; export declare function convertRuleDiagnosticToLitDiagnostic(reported: ReportedRuleDiagnostic, context: LitAnalyzerContext): LitDiagnostic; //# sourceMappingURL=rule-diagnostic-util.d.ts.map