( destination: Destination, resumableState: ResumableState, renderState: RenderState, isComplete: boolean, )
| 233 | } |
| 234 | |
| 235 | export function writeCompletedRoot( |
| 236 | destination: Destination, |
| 237 | resumableState: ResumableState, |
| 238 | renderState: RenderState, |
| 239 | isComplete: boolean, |
| 240 | ): boolean { |
| 241 | // Markup doesn't have any bootstrap scripts nor shell completions. |
| 242 | return true; |
| 243 | } |
| 244 | |
| 245 | export function hasSuspenseyContent(hoistableState: HoistableState): boolean { |
| 246 | // Never outline. |
no outgoing calls
no test coverage detected