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/
Dtsc.js36272 function readPackageJsonPathField(jsonContent, fieldName, baseDirectory, state) { argument
36290 function readPackageJsonTypesFields(jsonContent, baseDirectory, state) { argument
36294 function readPackageJsonTSConfigField(jsonContent, baseDirectory, state) { argument
36297 function readPackageJsonMainField(jsonContent, baseDirectory, state) { argument
38031 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… argument
DtypingsInstaller.js44215 function readPackageJsonPathField(jsonContent, fieldName, baseDirectory, state) { argument
44233 function readPackageJsonTypesFields(jsonContent, baseDirectory, state) { argument
44237 function readPackageJsonTSConfigField(jsonContent, baseDirectory, state) { argument
44240 function readPackageJsonMainField(jsonContent, baseDirectory, state) { argument
46236 …function tryLoadModuleUsingPaths(extensions, moduleName, baseDirectory, paths, pathPatterns, loade… argument