rename visit to visitSnapshot
This commit is contained in:
@@ -425,7 +425,7 @@ function snapshot(
|
||||
];
|
||||
}
|
||||
|
||||
export function visit(
|
||||
export function visitSnapshot(
|
||||
node: serializedNodeWithId,
|
||||
onVisit: (node: serializedNodeWithId) => unknown,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user