Amend comment about explicitly setting catch clause variables to 'undefined'.

This commit is contained in:
Daniel Rosenwasser 2017-08-02 12:50:04 -07:00 committed by GitHub
parent 4f3e13ab8c
commit 3da1a53d7e

View file

@ -4784,7 +4784,7 @@ namespace ts {
parseExpected(SyntaxKind.CloseParenToken);
}
else {
// Keep shape of node to not avoid degrading performance.
// Keep shape of node to avoid degrading performance.
result.variableDeclaration = undefined;
}