Merge remote-tracking branch 'refs/remotes/Microsoft/master' into tsconfigpath

This commit is contained in:
SaschaNaz 2015-11-20 11:23:13 +09:00
commit d87fc8b96a

View File

@ -114,9 +114,6 @@ class PreferConstWalker extends Lint.RuleWalker {
else if (kind === ts.SyntaxKind.PropertyAssignment) {
this.visitLeftHandSideExpression((element as ts.PropertyAssignment).initializer);
}
else {
// Should we throw an exception?
}
}
}
else if (node.kind === ts.SyntaxKind.ArrayLiteralExpression) {