This commit is contained in:
Sheetal Nandi
2019-01-14 14:00:22 -08:00
parent 3943588793
commit ff97d86cfa
+2 -2
View File
@@ -1008,8 +1008,8 @@ namespace ts {
const project = buildQueue[index];
const prepend = referencingProjects.getValue(project);
if (prepend !== undefined) {
// If the project is referenced with prepend, always build downstream project,
// If declaration output is changed changed, build the project
// If the project is referenced with prepend, always build downstream projects,
// If declaration output is changed, build the project
// otherwise mark the project UpToDateWithUpstreamTypes so it updates output time stamps
const status = projectStatus.getValue(project);
if (prepend || !(buildResult & BuildResultFlags.DeclarationOutputUnchanged)) {