(context: Record<string, string | boolean>, nodes: AstNode[])
| 109 | } |
| 110 | |
| 111 | export function context(context: Record<string, string | boolean>, nodes: AstNode[]): Context { |
| 112 | return { |
| 113 | kind: class="st">'context', |
| 114 | context, |
| 115 | nodes, |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | export function atRoot(nodes: AstNode[]): AtRoot { |
| 120 | return { |
no outgoing calls
no test coverage detected