diff --git a/cli/npm/dsl.d.ts b/cli/npm/dsl.d.ts index 78b654f3..507291ac 100644 --- a/cli/npm/dsl.d.ts +++ b/cli/npm/dsl.d.ts @@ -42,6 +42,7 @@ type GrammarSymbols = { type RuleBuilder = ( $: GrammarSymbols, + previous: Rule, ) => RuleOrLiteral; type RuleBuilders<