Home
last modified time | relevance | path

Searched refs:moduleResolutionHostTest (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts86 moduleResolutionHostTest
1208 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'));
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts874 export const moduleResolutionHostTest = moduleResolutionHost; constant