mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge branch 'transforms-transformer' into transforms-printer
This commit is contained in:
@@ -639,7 +639,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (visited !== value) {
|
||||
updated[edge.name] = value;
|
||||
updated[edge.name] = visited;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user