Merge pull request #1639 from ericvergnaud/missing-js-export

missing js export
This commit is contained in:
Terence Parr 2017-01-30 13:26:18 -08:00 committed by GitHub
commit fb22b1dbcb
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;