missing js export
This commit is contained in:
parent
0901851719
commit
d5b88cda71
|
@ -166,3 +166,4 @@ exports.NoViableAltException = NoViableAltException;
|
|||
exports.LexerNoViableAltException = LexerNoViableAltException;
|
||||
exports.InputMismatchException = InputMismatchException;
|
||||
exports.FailedPredicateException = FailedPredicateException;
|
||||
exports.ParseCancellationException = ParseCancellationException;
|
||||
|
|
Loading…
Reference in New Issue