Merge pull request #28919 from a-tarasyuk/feature/28893-allow-trailing-comma-on-tuple-types

feature/28893 allow trailing comma on tuple types
This commit is contained in:
Daniel Rosenwasser
2018-12-10 11:33:33 -08:00
committed by GitHub
7 changed files with 21 additions and 8 deletions

View File

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