You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug that caused the rootId of a node to not be updated if it was created by a replacing* function
When creating a node using e.g. `replacingTrailingTrivia`, it would
still have the same the same rootId as before. Because of this
`SyntaxRewriter` would not detect the node as having changed, thus
failing to replace it in the rewritten tree.
0 commit comments