We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc0db7 commit e9ab5d4Copy full SHA for e9ab5d4
1 file changed
src/compiler/tsbuild.ts
@@ -641,7 +641,6 @@ namespace ts {
641
642
// Mark all downstream projects of this one needing to be built "later"
643
function queueBuildForDownstreamReferences(root: ResolvedConfigFileName) {
644
- debugger;
645
const deps = graph.dependencyMap.getReferencesTo(root);
646
for (const ref of deps) {
647
// Can skip circular references
0 commit comments