Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 24, 2023
1 parent 8b6879f commit a311e68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export function getAcceptableTokenTypes(parser: nearley.Parser) {
}

function getMetadata(state: nearley.State) {
return (state.rule.postprocess as unknown as CommandRulePostProcessor).metadata;
return (state.rule.postprocess as unknown as CommandRulePostProcessor)
.metadata;
}

/**
Expand Down

0 comments on commit a311e68

Please sign in to comment.