()
| 32 | /* eslint-disable @typescript-eslint/no-require-imports */ |
| 33 | const ideOnboardingDialog = |
| 34 | (): typeof import('src/components/IdeOnboardingDialog.js') => |
| 35 | require('src/components/IdeOnboardingDialog.js') |
| 36 | |
| 37 | import { createAbortController } from './abortController.js' |
| 38 | import { logForDebugging } from './debug.js' |
no outgoing calls
no test coverage detected