Skip to content

Commit b665241

Browse files
committed
Allow meta to be undefined
1 parent 48efb3d commit b665241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@glimmer/syntax/lib/parser/tokenizer-event-handlers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export interface ASTPlugin {
646646
}
647647

648648
export interface ASTPluginEnvironment {
649-
meta?: object;
649+
meta?: object | undefined;
650650
syntax: Syntax;
651651
}
652652

0 commit comments

Comments
 (0)