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 5873f52 commit 388d48aCopy full SHA for 388d48a
src/lib/models/types.ts
@@ -89,6 +89,7 @@ export function makeRecursiveVisitor(
89
visitor.inferred?.(type);
90
},
91
intersection(type) {
92
+ visitor.intersection?.(type);
93
type.types.forEach((t) => t.visit(recursiveVisitor));
94
95
intrinsic(type) {
0 commit comments