Allow trailing comma on tuple types

This commit is contained in:
Alexander 2018-12-08 11:53:18 +02:00
parent c2898db9dd
commit 94b3d1a2b5

View File

@ -23643,7 +23643,6 @@ namespace ts {
break;
}
}
checkGrammarForDisallowedTrailingComma(node.elementTypes);
forEach(node.elementTypes, checkSourceElement);
}