Home
last modified time | relevance | path

Searched refs:newParsedCommandLine (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts807 const newParsedCommandLine = getParsedCommandLine(refPath); constant
810 if (!newParsedCommandLine) return false;
813 …if (oldResolvedRef.commandLine.options.configFile !== newParsedCommandLine.options.configFile) ret…
816 …if (!arrayIsEqualTo(oldResolvedRef.commandLine.fileNames, newParsedCommandLine.fileNames)) return …
/third_party/typescript/lib/
DtypingsInstaller.js121322 var newParsedCommandLine = getParsedCommandLine(refPath_1);
121324 if (!newParsedCommandLine)
121327 … if (oldResolvedRef.commandLine.options.configFile !== newParsedCommandLine.options.configFile)
121330 … if (!ts.arrayIsEqualTo(oldResolvedRef.commandLine.fileNames, newParsedCommandLine.fileNames))
Dtsc.js100641 var newParsedCommandLine = getParsedCommandLine(refPath_1);
100642 if (!newParsedCommandLine)
100644 … if (oldResolvedRef.commandLine.options.configFile !== newParsedCommandLine.options.configFile)
100646 … if (!ts.arrayIsEqualTo(oldResolvedRef.commandLine.fileNames, newParsedCommandLine.fileNames))