Skip to content

Commit 5e6261b

Browse files
committed
Add missing type to Expansion
1 parent 180647f commit 5e6261b

File tree

1 file changed

+2
-0
lines changed
  • packages/compiler/src/ml_parser

1 file changed

+2
-0
lines changed

packages/compiler/src/ml_parser/ast.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export class Expansion extends NodeWithI18n {
8383
override visit(visitor: Visitor, context: any): any {
8484
return visitor.visitExpansion(this, context);
8585
}
86+
87+
readonly type = 'expansion';
8688
}
8789

8890
export class ExpansionCase implements BaseNode {

0 commit comments

Comments
 (0)