()
| 19 | // Lazy-loaded. |
| 20 | let _processTopLevelAwait: (src: string) => string | null; |
| 21 | function getProcessTopLevelAwait() { |
| 22 | if (_processTopLevelAwait === undefined) { |
| 23 | ({ |
| 24 | processTopLevelAwait: _processTopLevelAwait, |
| 25 | } = require('../dist-raw/node-internal-repl-await')); |
| 26 | } |
| 27 | return _processTopLevelAwait; |
| 28 | } |
| 29 | let diff: typeof _diff; |
| 30 | function getDiffLines() { |
| 31 | if (diff === undefined) { |
no outgoing calls
no test coverage detected
searching dependent graphs…