Ryan feels shame as a major action

This commit is contained in:
Ryan Cavanaugh 2018-06-13 17:33:01 -07:00
parent ecc0db7612
commit e9ab5d4cbd

View File

@ -641,7 +641,6 @@ namespace ts {
// Mark all downstream projects of this one needing to be built "later"
function queueBuildForDownstreamReferences(root: ResolvedConfigFileName) {
debugger;
const deps = graph.dependencyMap.getReferencesTo(root);
for (const ref of deps) {
// Can skip circular references