(callback: () => void)
| 171 | } |
| 172 | |
| 173 | const registerRuntimeCleanup = (callback: () => void) => { |
| 174 | runtimeCleanupCallbacks.push(callback); |
| 175 | }; |
| 176 | const postRuntimeDiagnosticOnce = ( |
| 177 | code: string, |
| 178 | details: Record<string, RuntimeJson>, |
no outgoing calls
no test coverage detected