Home
last modified time | relevance | path

Searched refs:defaultLibraryPath (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts1070 …const defaultLibraryPath = host.getDefaultLibLocation ? host.getDefaultLibLocation() : getDirector… constant
1480 if (containsPath(defaultLibraryPath, a.fileName, /*ignoreCase*/ false)) {
3302 return combinePaths(defaultLibraryPath, libFileName);
/third_party/typescript/lib/
DtypingsInstaller.js121542 …var defaultLibraryPath = host.getDefaultLibLocation ? host.getDefaultLibLocation() : ts.getDirecto…
121926 if (ts.containsPath(defaultLibraryPath, a.fileName, /*ignoreCase*/ false)) {
123518 return ts.combinePaths(defaultLibraryPath, libFileName);
Dtsc.js100825 …var defaultLibraryPath = host.getDefaultLibLocation ? host.getDefaultLibLocation() : ts.getDirecto…
101163 if (ts.containsPath(defaultLibraryPath, a.fileName, false)) {
102527 return ts.combinePaths(defaultLibraryPath, libFileName);