Searched refs:newParsedCommandLine (Results 1 – 3 of 3) sorted by relevance
807 const newParsedCommandLine = getParsedCommandLine(refPath); constant810 if (!newParsedCommandLine) return false;813 …if (oldResolvedRef.commandLine.options.configFile !== newParsedCommandLine.options.configFile) ret…816 …if (!arrayIsEqualTo(oldResolvedRef.commandLine.fileNames, newParsedCommandLine.fileNames)) return …
121322 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))
100641 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))