Comparing version 4.12.0-beta.8 to 4.12.0-beta.9
{ | ||
"name": "antlr4", | ||
"version": "4.12.0-beta.8", | ||
"version": "4.12.0-beta.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript runtime for ANTLR4", |
@@ -17,2 +17,3 @@ import {ATNSimulator} from "./ATNSimulator"; | ||
debug?: boolean; | ||
trace_atn_sim?: boolean; | ||
@@ -19,0 +20,0 @@ constructor(recog: Recognizer<Token>, atn: ATN, decisionToDFA: DFA[], sharedContextCache: PredictionContextCache); |
@@ -21,4 +21,5 @@ import {Recognizer} from "./Recognizer"; | ||
constructor(input: CharStream); | ||
nextToken() : Token; | ||
emit() : Token; | ||
nextToken(): Token; | ||
emit(): Token; | ||
reset(): void; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1426433
13206