mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Allow trailing comma on tuple types
This commit is contained in:
parent
c2898db9dd
commit
94b3d1a2b5
@ -23643,7 +23643,6 @@ namespace ts {
|
||||
break;
|
||||
}
|
||||
}
|
||||
checkGrammarForDisallowedTrailingComma(node.elementTypes);
|
||||
forEach(node.elementTypes, checkSourceElement);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user