mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Ryan feels shame as a major action
This commit is contained in:
parent
ecc0db7612
commit
e9ab5d4cbd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user