Skip to content

Commit af788e9

Browse files
authored
ref(utils): Deprecate walk method (#9157)
This was supposed to be removed in v7, but was forgotten.
1 parent e68f54f commit af788e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/utils/src/normalize.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ function visit(
169169
return normalized;
170170
}
171171

172-
// TODO remove this in v7 (this means the method will no longer be exported, under any name)
172+
/**
173+
* @deprecated This export will be removed in v8.
174+
*/
173175
export { visit as walk };
174176

175177
/* eslint-disable complexity */

0 commit comments

Comments
 (0)