Skip to content

Commit 6ed938c

Browse files
committed
the hell
1 parent 5a81fa7 commit 6ed938c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/context.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ export class Context {
9191
}
9292

9393
if (this.#visitors._) {
94-
// @ts-expect-error
94+
// @ts-ignore
9595
this.#visitors._(node, this, (node) => visitor(node, this));
9696
} else {
97-
// @ts-expect-error
97+
// @ts-ignore
9898
visitor(node, this);
9999
}
100100
}

0 commit comments

Comments
 (0)