Comparing version 1.1.11 to 1.1.12
@@ -13,3 +13,3 @@ ANTLR4-C3 Project Contributors Certification of Origin and Rights | ||
Project, a license to incorporate it into The antlr4-c3 tools | ||
(such as vscode-antlr4) or related works under the MIT | ||
(such as vscode-antlr4) or related work under the MIT | ||
license. You understand that The antlr4-c3 Project may or may not | ||
@@ -55,1 +55,2 @@ incorporate your contribution and you warrant and represent the | ||
2018/08/06, nuzelac, Nino Uzelac, uzelac.nino@gmail.com | ||
2019/04/06, kaidjohnson, Kai Johnson, kaidjohnson@gmail.com |
@@ -335,5 +335,2 @@ 'use strict'; | ||
if (transition.isEpsilon) { | ||
if (atCaret) { | ||
this.translateToRuleIndex(callStack); | ||
} | ||
statePipeline.push({ state: transition.target, tokenIndex: currentEntry.tokenIndex }); | ||
@@ -340,0 +337,0 @@ continue; |
{ | ||
"name": "antlr4-c3", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "A code completion core implmentation for ANTLR4 based parsers", | ||
@@ -24,12 +24,13 @@ "main": "out/index.js", | ||
"dependencies": { | ||
"antlr4ts": "^0.5.0-alpha.0" | ||
"antlr4ts": "^0.5.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.18", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.14.4", | ||
"antlr4ts-cli": "^0.5.0-alpha.3", | ||
"chai": ">=4.2.0", | ||
"mocha": ">=5.2.0", | ||
"mocha": "^6.1.4", | ||
"path": ">=0.12.7", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.4.4" | ||
}, | ||
@@ -36,0 +37,0 @@ "author": "Mike Lischke", |
@@ -212,3 +212,3 @@ [![NPM](https://nodei.co/npm/antlr4-c3.png?downloads=true&downloadRank=true)](https://nodei.co/npm/antlr4-c3/) | ||
### 1.1.11 | ||
### 1.1.12 | ||
- Updated modules with known vulnerabilities. | ||
@@ -215,0 +215,0 @@ - Better handling of recursive rules in code completion (via precedence). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
175958
8
1290
Updatedantlr4ts@^0.5.0-alpha.3