mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
Merge branch 'transforms-printer' into transforms-transformer-ts
This commit is contained in:
@@ -640,7 +640,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (visited !== value) {
|
||||
updated[edge.name] = value;
|
||||
updated[edge.name] = visited;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user