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 772c4a5 commit 50c0196Copy full SHA for 50c0196
1 file changed
apps/oxlint/src-js/generated/visitor.d.ts
@@ -3,8 +3,8 @@
3
4
import type * as ESTree from "./types.d.ts";
5
6
-// For why we need the "Bivariance hack" see: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/20219
7
-// See also about the downside: https://github.com/oxc-project/oxc/issues/18154#issuecomment-4012955607
+// To understand why we need the "Bivariance hack", see: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/20219
+// For downsides, see: https://github.com/oxc-project/oxc/issues/18154#issuecomment-4012955607
8
type BivarianceHackHandler<Handler extends (...args: any) => any> = {
9
bivarianceHack(...args: Parameters<Handler>): ReturnType<Handler>;
10
}["bivarianceHack"];
0 commit comments