(input: unknown)
| 98 | } |
| 99 | |
| 100 | function getConfigImportAttributesKey(input: unknown): ImportAttributesKey | undefined { |
| 101 | if (input === 'assert' || input === 'with') return input; |
| 102 | return; |
| 103 | } |
| 104 | |
| 105 | async function loadTranspiledConfigFile( |
| 106 | fileName: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…