(value: string)
| 102 | } |
| 103 | |
| 104 | export function comment(value: string): Comment { |
| 105 | return { |
| 106 | kind: class="st">'comment', |
| 107 | value: value, |
| 108 | } |
| 109 | } |
| 110 | |
| 111 | export function context(context: Record<string, string | boolean>, nodes: AstNode[]): Context { |
| 112 | return { |
no outgoing calls
no test coverage detected