Comparing version 4.12.0-beta.3 to 4.12.0-beta.4
{ | ||
"name": "antlr4", | ||
"version": "4.12.0-beta.3", | ||
"version": "4.12.0-beta.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript runtime for ANTLR4", |
@@ -40,2 +40,3 @@ /* Copyright (c) 2012-2022 The ANTLR Project. All rights reserved. | ||
import ParseTreeListener from "./tree/ParseTreeListener.js"; | ||
import ParseTreeVisitor from "./tree/ParseTreeVisitor.js"; | ||
import ParseTreeWalker from "./tree/ParseTreeWalker.js"; | ||
@@ -56,3 +57,3 @@ import ErrorListener from "./error/ErrorListener.js" | ||
RuleNode, TerminalNode, ParseTreeWalker, RuleContext, ParserRuleContext, Interval, IntervalSet, | ||
PredictionMode, LL1Analyzer, ParseTreeListener, ATN, ATNDeserializer, PredictionContextCache, LexerATNSimulator, ParserATNSimulator, DFA, | ||
PredictionMode, LL1Analyzer, ParseTreeListener, ParseTreeVisitor, ATN, ATNDeserializer, PredictionContextCache, LexerATNSimulator, ParserATNSimulator, DFA, | ||
RecognitionException, NoViableAltException, FailedPredicateException, ErrorListener, DiagnosticErrorListener, BailErrorStrategy, | ||
@@ -66,2 +67,2 @@ arrayToString | ||
import CodePointAt from './polyfills/codepointat.js'; | ||
import FromCodePoint from './polyfills/fromcodepoint.js'; | ||
import FromCodePoint from './polyfills/fromcodepoint.js'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1405330
13150