(code: string, options: any)
| 3 | import { injectDynamicImport } from '../../../packages/mocker/src/node/dynamicImportPlugin' |
| 4 | |
| 5 | function parse(code: string, options: any): any { |
| 6 | return parseAst(code, options) |
| 7 | } |
| 8 | |
| 9 | function injectSimpleCode(code: string) { |
| 10 | return injectDynamicImport(code, '/test.js', parse)?.code |
no outgoing calls
no test coverage detected