(environment: Environment)
| 979 | } |
| 980 | |
| 981 | function getDepsCacheDirPrefix(environment: Environment): string { |
| 982 | return normalizePath(path.resolve(environment.config.cacheDir, 'deps')) |
| 983 | } |
| 984 | |
| 985 | export function createIsOptimizedDepFile( |
| 986 | environment: Environment, |
no test coverage detected