Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts98 tryToLowerCasePath
242 filesBuildInfo.set(isMacOrWin ? tryToLowerCasePath(absPath) : absPath, version);
516 …Reflect.get(sourceFile, 'version') !== filesBuildInfo.get(isMacOrWin ? tryToLowerCasePath(fileName…
Dutils.ts303 export function tryToLowerCasePath(filePath: string): string { function