Home
last modified time | relevance | path

Searched refs:getTsConfigPropArray (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts3873 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile as TsConfigSourceFile, "refe…
4009 …const referencesSyntax = firstDefined(getTsConfigPropArray(sourceFile || options.configFile, "refe…
DcommandLineParser.ts2830 …const nodeValue = firstDefined(getTsConfigPropArray(sourceFile, "files"), property => property.ini…
Dutilities.ts1666 return firstDefined(getTsConfigPropArray(tsConfigSourceFile, propKey), property =>
1672 …export function getTsConfigPropArray(tsConfigSourceFile: TsConfigSourceFile | undefined, propKey: … function
/third_party/typescript/lib/
DtypingsInstaller.js16121 … 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, "…
Dtsc.js12507 … 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, "…