Skip to content

Commit cd30b89

Browse files
authored
Add startSourceSpan and endSourceSpan to BlockParameter (#35)
1 parent a209e3f commit cd30b89

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
@@ -138,6 +138,8 @@ export class BlockParameter implements BaseNode {
138138
}
139139

140140
readonly type = 'blockParameter';
141+
readonly startSourceSpan: null = null;
142+
readonly endSourceSpan: null = null;
141143
}
142144

143145
export interface Visitor {

0 commit comments

Comments
 (0)