Skip to content

Commit a47089d

Browse files
committed
Fix build
1 parent 0e09124 commit a47089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getGrammarInfo(kind: GrammarKind) {
7171
interface Grammar {
7272
kind: GrammarKind;
7373
grammar: vt.IGrammar;
74-
ruleStack?: vt.StackElement;
74+
ruleStack?: vt.StateStack;
7575
}
7676
function initGrammar(kind: GrammarKind, grammar: vt.IGrammar): Grammar {
7777
return { kind, grammar };

0 commit comments

Comments
 (0)