Searched refs:moduleResolutionHostTest (Results 1 – 2 of 2) sorted by relevance
86 moduleResolutionHostTest1208 const dirExists = moduleResolutionHostTest.directoryExists(path.resolve(__dirname));1209 const dirNotExists = moduleResolutionHostTest.directoryExists(path.resolve('./dirNotExists'));1212 const fileExists = moduleResolutionHostTest.fileExists(path.resolve(__filename));1213 const fileNotExists = moduleResolutionHostTest.fileExists(path.resolve('./fileNotExists'));1216 const dirExistsCache = moduleResolutionHostTest.directoryExists(path.resolve(__dirname));1217 …const dirNotExistsCache = moduleResolutionHostTest.directoryExists(path.resolve('./dirNotExists'));1220 const fileExistsCache = moduleResolutionHostTest.fileExists(path.resolve(__filename));1221 const fileNotExistsCache = moduleResolutionHostTest.fileExists(path.resolve('./fileNotExists'));
884 export const moduleResolutionHostTest = moduleResolutionHost; constant