(frameworkId: string)
| 126 | } |
| 127 | |
| 128 | function getRenderer(frameworkId: string) { |
| 129 | return createChunkRenderer(() => getRendererChunks(frameworkId)) |
| 130 | } |
| 131 | |
| 132 | async function loadFrameworkChunk(frameworkId: string) { |
| 133 | let promise = frameworkChunks.get(frameworkId) |
no test coverage detected