mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Allow trailing comma on tuple types
This commit is contained in:
@@ -23643,7 +23643,6 @@ namespace ts {
|
||||
break;
|
||||
}
|
||||
}
|
||||
checkGrammarForDisallowedTrailingComma(node.elementTypes);
|
||||
forEach(node.elementTypes, checkSourceElement);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user