()
| 286 | } |
| 287 | |
| 288 | export function closeBlock(): void { |
| 289 | blockStack.pop() |
| 290 | currentBlock = blockStack[blockStack.length - 1] || null |
| 291 | } |
| 292 | |
| 293 | // Whether we should be tracking dynamic child nodes inside a block. |
| 294 | // Only tracks when this value is > 0 |
no outgoing calls
no test coverage detected