We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
Expansion
1 parent 180647f commit 5e6261bCopy full SHA for 5e6261b
1 file changed
packages/compiler/src/ml_parser/ast.ts
@@ -83,6 +83,8 @@ export class Expansion extends NodeWithI18n {
83
override visit(visitor: Visitor, context: any): any {
84
return visitor.visitExpansion(this, context);
85
}
86
+
87
+ readonly type = 'expansion';
88
89
90
export class ExpansionCase implements BaseNode {
0 commit comments