Skip to content

Commit 50c0196

Browse files
committed
u
1 parent 772c4a5 commit 50c0196

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/oxlint/src-js/generated/visitor.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import type * as ESTree from "./types.d.ts";
55

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
6+
// To understand why we need the "Bivariance hack", see: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/20219
7+
// For downsides, see: https://github.com/oxc-project/oxc/issues/18154#issuecomment-4012955607
88
type BivarianceHackHandler<Handler extends (...args: any) => any> = {
99
bivarianceHack(...args: Parameters<Handler>): ReturnType<Handler>;
1010
}["bivarianceHack"];

0 commit comments

Comments
 (0)