Skip to content

Commit 94b3d1a

Browse files
committed
Allow trailing comma on tuple types
1 parent c2898db commit 94b3d1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23643,7 +23643,6 @@ namespace ts {
2364323643
break;
2364423644
}
2364523645
}
23646-
checkGrammarForDisallowedTrailingComma(node.elementTypes);
2364723646
forEach(node.elementTypes, checkSourceElement);
2364823647
}
2364923648

0 commit comments

Comments
 (0)