Skip to content

Commit

Permalink
Allow meta to be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Oct 28, 2024
1 parent 48efb3d commit b665241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ export interface ASTPlugin {
}

export interface ASTPluginEnvironment {
meta?: object;
meta?: object | undefined;
syntax: Syntax;
}

Expand Down

0 comments on commit b665241

Please sign in to comment.