mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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