(node: TemplateChildNode)
| 910 | } |
| 911 | |
| 912 | function addNode(node: TemplateChildNode) { |
| 913 | ;(stack[0] || currentRoot).children.push(node) |
| 914 | } |
| 915 | |
| 916 | function getLoc(start: number, end?: number): SourceLocation { |
| 917 | return { |
no test coverage detected