Home
last modified time | relevance | path

Searched defs:fileNames (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DAPISample_linter.js64 const fileNames: string[] = process.argv.slice(2); constant
121 var fileNames = process.argv.slice(2); variable
DAPISample_compile.js58 function compile(fileNames, options) { argument
/third_party/typescript/tests/cases/compiler/
DAPISample_linter.ts68 const fileNames: string[] = process.argv.slice(2); constant
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts520 const { fileNames, options, projectReferences } = config; constant
552 const { options, fileNames, projectReferences } = config; constant
/third_party/typescript/src/jsTyping/
Dtypes.ts14 readonly fileNames: string[]; property
DjsTyping.ts253 …const fileNames = host.readDirectory(packagesFolderPath, [Extension.Json], /*excludes*/ undefined,… constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DwatchEnvironment.ts25 const fileNames = files.map(file => file.path); constant
159 const fileNames = [index, file1, configFile, libFile].map(file => file.path); constant
/third_party/icu/icu4c/source/test/intltest/
Dtestidn.cpp66 static const char* fileNames[] = { variable
/third_party/typescript/src/compiler/
DcommandLineParser.ts1308 const fileNames: string[] = []; constant
1511 const { options, watchOptions, fileNames: projects, errors } = parseCommandLineWorker( constant
2484 …const fileNames = getFileNamesFromConfigSpecs(configFileSpecs, basePath, options, host, extraFileE… constant
Dsys.ts626 const { value: [dirPath, { dirName, options, fileNames }] } = result; constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts146 const fileNames: string[] = []; constant
DfourslashImpl.ts3298 … const fileNames = options && options.filesToSearch || unique(ranges, range => range.fileName); constant
3306 … const fileNames = options && options.filesToSearch || unique(ranges, range => range.fileName); constant
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts963 …const { fileNames, options } = parseConfigFileWithSystem(configFileName, {}, /*watchOptionsToExten… constant
/third_party/typescript/src/services/
Dshims.ts25fileNames: string[]; // The file names that belong to the same project. property
/third_party/typescript/src/server/
Dprotocol.ts497 fileNames?: string[]; property
1891 fileNames: string[]; property
DeditorServices.ts2274 …const fileNames = getFileNamesFromConfigSpecs(configFileSpecs, getDirectoryPath(configFileName), p… constant
Dsession.ts2301 …const { fileNames, languageServiceDisabled } = this.getProjectInfoWorker(fileName, /*projectFileNa… constant
/third_party/typescript/lib/
Dprotocol.d.ts349 fileNames?: string[]; property
1375 fileNames: string[]; property
Dtsserverlibrary.d.ts3006 fileNames: string[]; property
5247 readonly fileNames: string[]; property
Dtypescript.d.ts3006 fileNames: string[]; property
5247 readonly fileNames: string[]; property
DtypescriptServices.d.ts3006 fileNames: string[]; property
5247 readonly fileNames: string[]; property
Dtsserverlibrary.js6840 function invokeCallbacks(dirPath, fileNameOrInvokeMap, fileNames) { argument
6896 …heToUpdateChildWatches.set(dirPath, { dirName: dirName, options: options, fileNames: [fileName] }); property
38343 function generateTSConfig(options, fileNames, newLine) { argument
38665 function shouldReportNoInputFiles(fileNames, canJsonReportNoInutFiles, resolutionStack) { argument
38674 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
106280 …function computeCommonSourceDirectoryOfFilenames(fileNames, currentDirectory, getCanonicalFileName… argument
115221 …function discoverTypings(host, log, fileNames, projectRootPath, safeList, packageNameToTypingLocat… argument
115315 function getTypingNamesFromSourceFileNames(fileNames) { argument
154004 function hasNoTypeScriptSource(fileNames) { argument
155842 ConfiguredProject.prototype.updateErrorOnNoInputFiles = function (fileNames) { argument
[all …]
Dtsserver.js6646 function invokeCallbacks(dirPath, fileNameOrInvokeMap, fileNames) { argument
6702 …heToUpdateChildWatches.set(dirPath, { dirName: dirName, options: options, fileNames: [fileName] }); property
38149 function generateTSConfig(options, fileNames, newLine) { argument
38471 function shouldReportNoInputFiles(fileNames, canJsonReportNoInutFiles, resolutionStack) { argument
38480 …function updateErrorForNoInputFiles(fileNames, configFileName, configFileSpecs, configParseDiagnos… argument
106086 …function computeCommonSourceDirectoryOfFilenames(fileNames, currentDirectory, getCanonicalFileName… argument
152355 …function discoverTypings(host, log, fileNames, projectRootPath, safeList, packageNameToTypingLocat… argument
152449 function getTypingNamesFromSourceFileNames(fileNames) { argument
153810 function hasNoTypeScriptSource(fileNames) { argument
155648 ConfiguredProject.prototype.updateErrorOnNoInputFiles = function (fileNames) { argument
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3033 fileNames: string[]; property
5311 readonly fileNames: string[]; property
Dtsserverlibrary.d.ts3033 fileNames: string[]; property
5311 readonly fileNames: string[]; property

12