(compiler: string)
| 351 | |
| 352 | /** @internal */ |
| 353 | export function loadCompiler(compiler: string): TSCommon { |
| 354 | return attemptRequireWithV8CompileCache(require, compiler); |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Given the raw "ts-node" sub-object from a tsconfig, return an object with only the properties |
no test coverage detected
searching dependent graphs…