()
| 115 | } |
| 116 | |
| 117 | clear() { |
| 118 | this.islands.clear(); |
| 119 | this.encounteredPartials.clear(); |
| 120 | this.owners.clear(); |
| 121 | this.injectedCss.clear(); |
| 122 | this.slots = []; |
| 123 | this.islandProps = []; |
| 124 | this.ownerStack = []; |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | let RENDER_STATE: RenderState | null = null; |
no outgoing calls
no test coverage detected