Comparing version 2.2.2 to 2.2.3
@@ -487,3 +487,2 @@ "use strict"; | ||
} | ||
exports.CodeCompletionCore = CodeCompletionCore; | ||
CodeCompletionCore.followSetsByATN = new Map(); | ||
@@ -505,2 +504,3 @@ CodeCompletionCore.atnStateTypeMap = [ | ||
]; | ||
exports.CodeCompletionCore = CodeCompletionCore; | ||
//# sourceMappingURL=CodeCompletionCore.js.map |
@@ -76,3 +76,2 @@ "use strict"; | ||
} | ||
exports.FundamentalType = FundamentalType; | ||
FundamentalType.integerType = new FundamentalType("int", TypeKind.Integer, ReferenceKind.Instance); | ||
@@ -82,2 +81,3 @@ FundamentalType.floatType = new FundamentalType("float", TypeKind.Float, ReferenceKind.Instance); | ||
FundamentalType.boolType = new FundamentalType("bool", TypeKind.Boolean, ReferenceKind.Instance); | ||
exports.FundamentalType = FundamentalType; | ||
class Symbol { | ||
@@ -84,0 +84,0 @@ constructor(name = "") { |
{ | ||
"name": "antlr4-c3", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "A code completion core implementation for ANTLR4 based parsers", | ||
@@ -18,2 +18,3 @@ "author": "Mike Lischke", | ||
], | ||
"main": "./out", | ||
"scripts": { | ||
@@ -32,9 +33,9 @@ "prepublishOnly": "npm run test", | ||
"@types/node": "18.14.0", | ||
"@typescript-eslint/eslint-plugin": "5.53.0", | ||
"@typescript-eslint/parser": "5.53.0", | ||
"@typescript-eslint/eslint-plugin": "5.55.0", | ||
"@typescript-eslint/parser": "5.55.0", | ||
"antlr4ts-cli": "0.5.0-alpha.4", | ||
"chai": "4.3.7", | ||
"eslint": "8.34.0", | ||
"eslint": "8.36.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jsdoc": "40.0.0", | ||
"eslint-plugin-jsdoc": "40.0.3", | ||
"eslint-plugin-node": "11.1.0", | ||
@@ -46,4 +47,4 @@ "eslint-plugin-prefer-arrow": "1.2.3", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.5" | ||
"typescript": "5.0.2" | ||
} | ||
} |
@@ -217,2 +217,6 @@ [![Build & Test](https://github.com/mike-lischke/antlr4-c3/actions/workflows/nodejs.yml/badge.svg?branch=master)](https://github.com/mike-lischke/antlr4-c3/actions/workflows/nodejs.yml)[![Downloads](https://img.shields.io/npm/dw/antlr4-c3?color=blue)](https://www.npmjs.com/package/antlr4-c3) | ||
### 2.2.3 | ||
Upgraded dependencies, which includes a new major version of Typescript (5.0). With this version the `main` field in `package.json` apparently became necessary, because of the package organization, and has been set in this release. | ||
### 2.2.2 | ||
@@ -219,0 +223,0 @@ - Some improvements in the symbol table implementation. |
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
223679
281