Searched refs:getPathsBasePath (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 188 const baseDirectory = getPathsBasePath(compilerOptions, host) || baseUrl!;
|
| D | moduleNameResolver.ts | 813 …const baseDirectory = getPathsBasePath(state.compilerOptions, state.host)!; // Always defined when…
|
| D | utilities.ts | 4359 …export function getPathsBasePath(options: CompilerOptions, host: { getCurrentDirectory?(): string … function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 13510 function getPathsBasePath(options, host) { function 13516 ts.getPathsBasePath = getPathsBasePath; 32418 var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); 91999 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|
| D | typingsInstaller.js | 17316 function getPathsBasePath(options, host) { function 17322 ts.getPathsBasePath = getPathsBasePath; 39775 …var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); // Always defined when… 111810 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|
| D | typescriptServices.js | 17521 function getPathsBasePath(options, host) { function 17527 ts.getPathsBasePath = getPathsBasePath; 39980 …var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); // Always defined when… 112015 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|
| D | tsserverlibrary.js | 17521 function getPathsBasePath(options, host) { function 17527 ts.getPathsBasePath = getPathsBasePath; 39980 …var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); // Always defined when… 112015 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|
| D | tsserver.js | 17327 function getPathsBasePath(options, host) { function 17333 ts.getPathsBasePath = getPathsBasePath; 39786 …var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); // Always defined when… 111821 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|
| D | typescript.js | 17521 function getPathsBasePath(options, host) { function 17527 ts.getPathsBasePath = getPathsBasePath; 39980 …var baseDirectory = ts.getPathsBasePath(state.compilerOptions, state.host); // Always defined when… 112015 var baseDirectory = ts.getPathsBasePath(compilerOptions, host) || baseUrl;
|