Searched refs:getTsConfigPropArray (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3873 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile as TsConfigSourceFile, "refe… 4009 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile || options.configFile, "refe…
|
| D | commandLineParser.ts | 2830 …const nodeValue = firstDefined(getTsConfigPropArray(sourceFile, "files"), property => property.ini…
|
| D | utilities.ts | 1666 return firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), property => 1672 …export function getTsConfigPropArray(tsConfigSourceFile: TsConfigSourceFile | undefined, propKey: … function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 16121 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 16128 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 16132 ts.getTsConfigPropArray = getTsConfigPropArray; 43174 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 124025 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 124145 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|
| D | tsc.js | 12507 … return ts.firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), function (property) { 12514 function getTsConfigPropArray(tsConfigSourceFile, propKey) { function 12518 ts.getTsConfigPropArray = getTsConfigPropArray; 35369 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) … 103000 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "references"), function… 103119 …var referencesSyntax = ts.firstDefined(ts.getTsConfigPropArray(sourceFile || options.configFile, "…
|