( target: Array<Chunk | PrecomputedChunk>, renderState: RenderState, )
| 175 | } |
| 176 | |
| 177 | export function pushEndActivityBoundary( |
| 178 | target: Array<Chunk | PrecomputedChunk>, |
| 179 | renderState: RenderState, |
| 180 | ): void { |
| 181 | // Markup doesn't have any instructions. |
| 182 | return; |
| 183 | } |
| 184 | |
| 185 | export function writeStartCompletedSuspenseBoundary( |
| 186 | destination: Destination, |