missing js export

This commit is contained in:
Eric Vergnaud 2017-01-31 02:53:58 +08:00
parent 0901851719
commit d5b88cda71
1 changed files with 1 additions and 0 deletions

View File

@ -166,3 +166,4 @@ exports.NoViableAltException = NoViableAltException;
exports.LexerNoViableAltException = LexerNoViableAltException;
exports.InputMismatchException = InputMismatchException;
exports.FailedPredicateException = FailedPredicateException;
exports.ParseCancellationException = ParseCancellationException;