Skip to content

Commit 86e5773

Browse files
committed
Merging
2 parents a34801f + b1c93d3 commit 86e5773

25 files changed

+99
-6469
lines changed

src/compiler/utilities.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@ module ts {
780780
return node === (<TemplateSpan>parent).expression;
781781
case SyntaxKind.ComputedPropertyName:
782782
return node === (<ComputedPropertyName>parent).expression;
783+
case SyntaxKind.Decorator:
784+
return true;
783785
default:
784786
if (isExpression(parent)) {
785787
return true;

0 commit comments

Comments
 (0)