This commit is contained in:
Ahmad Farid
2015-04-09 17:06:25 -07:00
25 changed files with 99 additions and 6469 deletions

View File

@@ -780,6 +780,8 @@ module ts {
return node === (<TemplateSpan>parent).expression;
case SyntaxKind.ComputedPropertyName:
return node === (<ComputedPropertyName>parent).expression;
case SyntaxKind.Decorator:
return true;
default:
if (isExpression(parent)) {
return true;