MCPcopy
hub / github.com/lit/lit / ExtractedTemplate

Interface ExtractedTemplate

packages/localize-tools/src/program-analysis.ts:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223interface ExtractedTemplate {
224 contents: Array<string | Placeholder>;
225 params?: string[];
226 tag: 'html' | 'str' | undefined;
227 template: ts.TemplateLiteral | ts.StringLiteral;
228}
229
230/**
231 * Analyze the template argument to a msg call.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…