(sourceSpan: ParseSourceSpan | null)
| 124 | } |
| 125 | |
| 126 | export function elementEnd(sourceSpan: ParseSourceSpan | null): ir.CreateOp { |
| 127 | return call(Identifiers.elementEnd, [], sourceSpan); |
| 128 | } |
| 129 | |
| 130 | export function elementContainerStart( |
| 131 | slot: number, |
no test coverage detected
searching dependent graphs…