Comparing version 3.0.1 to 3.0.2
@@ -14,2 +14,3 @@ import { ATNState } from "./atn/ATNState.js"; | ||
rootContext: InterpreterRuleContext; | ||
protected parentContextStack: Array<[ParserRuleContext | null, number]>; | ||
constructor(grammarFileName: string, vocabulary: Vocabulary, ruleNames: string[], atn: ATN, input: TokenStream); | ||
@@ -16,0 +17,0 @@ reset(): void; |
{ | ||
"name": "antlr4ng", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"type": "module", | ||
@@ -24,3 +24,3 @@ "description": "Alternative JavaScript/TypeScript runtime for ANTLR4", | ||
"peerDependencies": { | ||
"antlr4ng-cli": "2.0.0" | ||
"antlr4ng-cli": "^2.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1270301
40862