Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Nov 11, 2022
1 parent 0e09124 commit a47089d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function getGrammarInfo(kind: GrammarKind) {
interface Grammar {
kind: GrammarKind;
grammar: vt.IGrammar;
ruleStack?: vt.StackElement;
ruleStack?: vt.StateStack;
}
function initGrammar(kind: GrammarKind, grammar: vt.IGrammar): Grammar {
return { kind, grammar };
Expand Down

0 comments on commit a47089d

Please sign in to comment.