mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
Ryan feels shame as a major action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user