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/config/
DprojectReferences.ts3 configFileName?: string; property
49 const configFileName = combineAllPaths("/", key, sp.configFileName || "tsconfig.json"); constant
/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/tsbuild/
DgraphOrdering.ts79 const configFileName = getProjectFileName(proj); constant
/third_party/typescript/src/compiler/
DwatchPublic.ts168 configFileName: string; property
299 …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.js34720 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
35060 function convertToTSConfig(configParseResult, configFileName, host) { argument
35306 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
35310 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
35330 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
35472 function getErrorForNoInputFiles(_a, configFileName) { argument
35483 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
35497 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
35537 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
35557 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
DtypingsInstaller.js42416 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
42805 function convertToTSConfig(configParseResult, configFileName, host) { argument
43087 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
43098 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
43131 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
43280 function getErrorForNoInputFiles(_a, configFileName) { argument
43293 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
43311 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
43357 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
43379 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dprotocol.d.ts347 configFileName: string; property
Dtsserverlibrary.d.ts10803 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
10876 configFileName?: NormalizedPath; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10803 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
10876 configFileName?: NormalizedPath; property