We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d79f1 commit f44cb4eCopy full SHA for f44cb4e
src/language/visitor.ts
@@ -79,8 +79,6 @@ type ReducedField<T, R> = T extends null | undefined
79
80
/**
81
* A KeyMap describes each the traversable properties of each kind of node.
82
- *
83
- * @deprecated Please inline it. Will be removed in v17
84
*/
85
export type ASTVisitorKeyMap = {
86
[NodeT in ASTNode as NodeT['kind']]?: ReadonlyArray<keyof NodeT>;
0 commit comments