Comparing version 1.1.3 to 1.1.4
@@ -1,2 +0,2 @@ | ||
import { RuleContext } from 'antlr4ts'; | ||
import { ParserRuleContext } from 'antlr4ts'; | ||
export declare class DuplicateSymbolError extends Error { | ||
@@ -52,3 +52,3 @@ } | ||
name: string; | ||
context: RuleContext | undefined; | ||
context: ParserRuleContext | undefined; | ||
protected parent: Symbol | undefined; | ||
@@ -55,0 +55,0 @@ constructor(name?: string); |
{ | ||
"name": "antlr4-c3", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A code completion core implmentation for ANTLR4 based parsers", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
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
163913