Home
last modified time | relevance | path

Searched defs:baseDirectory (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts486 …const baseDirectory = hasTrailingDirectorySeparator(absolutePath) ? absolutePath : getDirectoryPat… constant
807 … const baseDirectory = normalizePath(combinePaths(packageDirectory, expandedPrefixDirectory)); constant
808 …const completePrefix = fragmentHasPath ? baseDirectory : ensureTrailingDirectorySeparator(baseDire… constant
921 const baseDirectory = combinePaths(directory, typeDirectoryName); constant
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dsource_helpers.js111 function _findDependentCodePath(filePath, baseDirectory, caseSensitive=true) { argument
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts305 …const baseDirectory = getNormalizedAbsolutePath(getPathsBasePath(compilerOptions, host) || baseUrl… constant
DmoduleNameResolver.ts1161 …const baseDirectory = getPathsBasePath(state.compilerOptions, state.host)!; // Always defined when… constant
1231 const baseDirectory = getDirectoryPath(candidate); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts258 const baseDirectory = ts.normalizePath(ts.getDirectoryPath(file.fileName)); constant
/third_party/typescript/lib/
DtypingsInstaller.js44080 function readPackageJsonPathField(jsonContent, fieldName, baseDirectory, state) { argument
44098 function readPackageJsonTypesFields(jsonContent, baseDirectory, state) { argument
44102 function readPackageJsonTSConfigField(jsonContent, baseDirectory, state) { argument
44105 function readPackageJsonMainField(jsonContent, baseDirectory, state) { argument
46101 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… argument
Dtsc.js36145 function readPackageJsonPathField(jsonContent, fieldName, baseDirectory, state) { argument
36163 function readPackageJsonTypesFields(jsonContent, baseDirectory, state) { argument
36167 function readPackageJsonTSConfigField(jsonContent, baseDirectory, state) { argument
36170 function readPackageJsonMainField(jsonContent, baseDirectory, state) { argument
37904 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… argument