| 221 | } |
| 222 | |
| 223 | interface 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…