Searched refs:getTsConfigPropArray (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3468 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile as TsConfigSourceFile, "refe… 3604 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile || options.configFile, "refe…
|
| D | commandLineParser.ts | 2446 …const nodeValue = firstDefined(getTsConfigPropArray(sourceFile, "files"), property => property.ini…
|
| D | utilities.ts | 1750 return firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), property => 1756 …export function getTsConfigPropArray(tsConfigSourceFile: TsConfigSourceFile | undefined, propKey: … function
|
| /third_party/typescript/lib/ |
| D | tsc.js | 11399 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 11406 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 11410 ts.getTsConfigPropArray = getTsConfigPropArray; 31257 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 89672 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 89791 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | typingsInstaller.js | 14822 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 14829 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 14833 ts.getTsConfigPropArray = getTsConfigPropArray; 38354 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 109028 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 109148 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | typescriptServices.js | 15027 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 15034 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 15038 ts.getTsConfigPropArray = getTsConfigPropArray; 38559 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 109233 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 109353 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | tsserverlibrary.js | 15027 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 15034 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 15038 ts.getTsConfigPropArray = getTsConfigPropArray; 38559 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 109233 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 109353 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | tsserver.js | 14833 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 14840 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 14844 ts.getTsConfigPropArray = getTsConfigPropArray; 38365 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 109039 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 109159 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | typescript.js | 15027 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 15034 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 15038 ts.getTsConfigPropArray = getTsConfigPropArray; 38559 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 109233 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 109353 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|