()
| 283 | } |
| 284 | |
| 285 | export function reset() { |
| 286 | if (compilerExports) compilerExports.reset_modules(); |
| 287 | resetNativeTable(); |
| 288 | pendingHostCalls.clear(); |
| 289 | } |
| 290 | |
| 291 | export async function clearCache() { |
| 292 | fetchedSources.clear(); |
nothing calls this directly
no test coverage detected