Home
last modified time | relevance | path

Searched defs:configFileName (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts89 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
320 configFileName?: NormalizedPath; property
482 const configFileName = toNormalizedPath(possibleDefaultRef.sourceFile.fileName); constant
515 const configFileName = toNormalizedPath(ref.sourceFile.fileName); constant
542 const configFileName = toNormalizedPath(ref.sourceFile.fileName); constant
1894 const configFileName = this.getConfigFileNameForFile(info); constant
1920 …const configFileName = this.forEachConfigFileLocation(info, (canonicalConfigFilePath, configFileNa… constant
2058 function configFileName(): ProjectInfoTelemetryEventData["configFileName"] { function
2444 const configFileName = project.getConfigFilePath(); constant
3138 const configFileName = this.getConfigFileNameForFile(info); constant
[all …]
Dproject.ts2497 const configFileName = asNormalizedPath(normalizePath(fileName)); constant
Dsession.ts897 const { triggerFile, configFileName: configFile, diagnostics } = event.data; constant
Dprotocol.ts495 configFileName: string; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DconditionCheck.ts101 const { configFileName } = projectService.openClientFile(aUser.path); constant
DopenFile.ts63 …const { configFileName } = service.openClientFile(file.path, /*fileContent*/ undefined, /*scriptKi… constant
DjsdocTag.ts788 const { configFileName } = projectService.openClientFile(aUser.path); constant
DconfiguredProjects.ts29 const { configFileName, configFileErrors } = projectService.openClientFile(file1.path); constant
61 const { configFileName, configFileErrors } = projectService.openClientFile(file1.path); constant
/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts3 configFileName?: string; property
49 const configFileName = combineAllPaths("/", key, sp.configFileName || "tsconfig.json"); constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DgraphOrdering.ts79 const configFileName = getProjectFileName(proj); constant
/third_party/typescript/src/compiler/
DwatchPublic.ts183 configFileName: string; property
314 …const { configFileName, optionsToExtend: optionsToExtendForConfigFile = {}, watchOptionsToExtend, … constant
DwatchUtilities.ts483 configFileName: string; property
Dwatch.ts753 configFileName: string; property
DtsbuildPublic.ts2278 const configFileName = resolveProjectName(state, project); constant
/third_party/typescript/src/testRunner/
DprojectsRunner.ts137 let configFileName: string | undefined; variable
/third_party/typescript/src/harness/
DfourslashImpl.ts246 let configFileName: string | undefined; variable
/third_party/typescript/lib/
Dtsc.js34847 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
35187 function convertToTSConfig(configParseResult, configFileName, host) { argument
35433 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
35437 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
35457 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
35599 function getErrorForNoInputFiles(_a, configFileName) { argument
35610 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
35624 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
35664 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
35684 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
DtypingsInstaller.js42551 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
42940 function convertToTSConfig(configParseResult, configFileName, host) { argument
43222 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
43233 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
43266 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
43415 function getErrorForNoInputFiles(_a, configFileName) { argument
43428 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
43446 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
43492 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
43514 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dprotocol.d.ts347 configFileName: string; property
Dtsserverlibrary.d.ts10845 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
10918 configFileName?: NormalizedPath; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10845 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
10918 configFileName?: NormalizedPath; property