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 3c95c96 commit b331835Copy full SHA for b331835
tests/tests.ts
@@ -48,7 +48,7 @@ if (match) {
48
49
declare const match2: TypedRegExpMatchArray<[],undefined|{some?:"test group",other?:"more"}>;
50
51
-t(match2.groups)<{some?:"test group",other?:"more"}|undefined>(); // TODO fix never is ignored
+t(match2.groups)<{some?:"test group",other?:"more"}|undefined>();
52
if (match2.groups) {
53
t(match2.groups)<{some?:"test group",other?:"more"}>();
54
} else {
0 commit comments