We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
ExpansionCase
1 parent 6b1d34c commit 8ffd2f5Copy full SHA for 8ffd2f5
packages/compiler/src/ml_parser/ast.ts
@@ -68,6 +68,8 @@ export class ExpansionCase implements BaseNode {
68
visit(visitor: Visitor, context: any): any {
69
return visitor.visitExpansionCase(this, context);
70
}
71
+
72
+ readonly type = 'expansionCase';
73
74
75
export class Attribute extends NodeWithI18n {
0 commit comments