Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "antlr4-c3", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A code completion core implmentation for ANTLR4 based parsers", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
@@ -212,3 +212,8 @@ [![NPM](https://nodei.co/npm/antlr4-c3.png?downloads=true&downloadRank=true)](https://nodei.co/npm/antlr4-c3/) | ||
### 1.1.7 | ||
### 1.1.11 | ||
- Updated modules with known vulnerabilities. | ||
- Better handling of recursive rules in code completion (via precedence). | ||
- Updated to latest antl4ts. | ||
### 1.1.8 | ||
- Renamed a number of methods for improved consistency (`next` -> `nextSibling` etc.) and updated some tests. | ||
@@ -215,0 +220,0 @@ - Also simple symbols can be used to resolve other symbols (by delegating this call to their parents, if there's one). |
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
176266
237