Skip to content

Commit 9871d3b

Browse files
committed
Merge branch 'transforms-transformer' into transforms-printer
2 parents 98ab964 + 635347e commit 9871d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/visitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ namespace ts {
639639
}
640640

641641
if (visited !== value) {
642-
updated[edge.name] = value;
642+
updated[edge.name] = visited;
643643
}
644644
}
645645
}

0 commit comments

Comments
 (0)