mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Adding comment
This commit is contained in:
@@ -2291,6 +2291,8 @@ module ts {
|
||||
case SyntaxKind.ElementAccessExpression:
|
||||
case SyntaxKind.CallExpression:
|
||||
case SyntaxKind.ParenthesizedExpression:
|
||||
// This list is not exhaustive and only includes those cases that are relevant
|
||||
// to the check in emitArrayLiteral. More cases can be added as needed.
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user