Home
last modified time | relevance | path

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

12

/third_party/typescript/src/server/
DeditorServices.ts90 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
321 configFileName?: NormalizedPath; property
483 const configFileName = toNormalizedPath(possibleDefaultRef.sourceFile.fileName); constant
516 const configFileName = toNormalizedPath(ref.sourceFile.fileName); constant
543 const configFileName = toNormalizedPath(ref.sourceFile.fileName); constant
1279 const configFileName = project.getConfigFilePath(); constant
1656 const configFileName = project.getConfigFilePath(); constant
1683 const configFileName = closedProject.getConfigFilePath(); constant
1895 const configFileName = this.getConfigFileNameForFile(info); constant
1921 …const configFileName = this.forEachConfigFileLocation(info, (configFileName, canonicalConfigFilePa… constant
[all …]
Dsession.ts849 const { triggerFile, configFileName: configFile, diagnostics } = event.data; constant
Dprotocol.ts493 configFileName: string; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts302 const { configFileName } = projectService.openClientFile(clientFile.path); constant
324 const { configFileName: config2 } = projectService.openClientFile(moduleFile.path); constant
392 const { configFileName } = projectService.openClientFile(file1.path); constant
421 const { configFileName: configFile2 } = projectService.openClientFile(file3.path); constant
549 const { configFileName } = projectService.openClientFile(app.path); constant
DjsDocTagCheck.ts85 const { configFileName } = projectService.openClientFile(aUser.path); constant
DconditionCheck.ts84 const { configFileName } = projectService.openClientFile(aUser.path); constant
DopenFile.ts63 …const { configFileName } = service.openClientFile(file.path, /*fileContent*/ undefined, /*scriptKi… constant
DinferredProjects.ts18 const { configFileName } = projectService.openClientFile(appFile.path); constant
DconfiguredProjects.ts29 const { configFileName, configFileErrors } = projectService.openClientFile(file1.path); constant
69 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.ts145 configFileName: string; property
262 …const { configFileName, optionsToExtend: optionsToExtendForConfigFile = {}, watchOptionsToExtend, … constant
DwatchUtilities.ts382 configFileName: string; property
Dwatch.ts588 configFileName: string; property
DtsbuildPublic.ts1919 const configFileName = resolveProjectName(state, project); constant
/third_party/typescript/src/testRunner/
DprojectsRunner.ts133 let configFileName: string | undefined; variable
/third_party/typescript/src/harness/
DfourslashImpl.ts246 let configFileName: string | undefined; variable
/third_party/typescript/lib/
Dtsserverlibrary.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
38224 function convertToTSConfig(configParseResult, configFileName, host) { argument
38477 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
38488 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
38516 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
38661 function getErrorForNoInputFiles(_a, configFileName) { argument
38674 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
38692 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
38738 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
38760 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dtsserver.js37668 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
38030 function convertToTSConfig(configParseResult, configFileName, host) { argument
38283 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
38294 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
38322 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
38467 function getErrorForNoInputFiles(_a, configFileName) { argument
38480 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
38498 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
38544 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
38566 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dtsc.js30656 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
30972 function convertToTSConfig(configParseResult, configFileName, host) { argument
31198 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
31202 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
31218 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
31356 function getErrorForNoInputFiles(_a, configFileName) { argument
31367 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
31381 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
31421 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
31441 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
DtypingsInstaller.js37657 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
38019 function convertToTSConfig(configParseResult, configFileName, host) { argument
38272 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
38283 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
38311 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
38456 function getErrorForNoInputFiles(_a, configFileName) { argument
38469 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
38487 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
38533 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
38555 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dprotocol.d.ts345 configFileName: string; property
DtypescriptServices.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
38224 function convertToTSConfig(configParseResult, configFileName, host) { argument
38477 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
38488 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
38516 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
38661 function getErrorForNoInputFiles(_a, configFileName) { argument
38674 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
38692 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
38738 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
38760 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dtypescript.js37862 …function getParsedCommandLineOfConfigFile(configFileName, optionsToExtend, host, extendedConfigCac… argument
38224 function convertToTSConfig(configParseResult, configFileName, host) { argument
38477 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument
38488 …ceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configFileName, resolutionSta… argument
38516 …, sourceFile, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionSta… argument
38661 function getErrorForNoInputFiles(_a, configFileName) { argument
38674 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
38692 …function parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack, errors, ex… argument
38738 function parseOwnConfigOfJson(json, host, basePath, configFileName, errors) { argument
38760 function parseOwnConfigOfJsonSourceFile(sourceFile, host, basePath, configFileName, errors) { argument
[all …]
Dtsserverlibrary.d.ts9676 readonly configFileName: "tsconfig.json" | "jsconfig.json" | "other"; property
9745 configFileName?: NormalizedPath; property

12