@abaplint/cli 2.115.16 → 2.115.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/cli.js +2 -2
  2. package/package.json +4 -4
package/build/cli.js CHANGED
@@ -55438,7 +55438,7 @@ class Registry {
55438
55438
  }
55439
55439
  static abaplintVersion() {
55440
55440
  // magic, see build script "version.sh"
55441
- return "2.115.16";
55441
+ return "2.115.17";
55442
55442
  }
55443
55443
  getDDICReferences() {
55444
55444
  return this.ddicReferences;
@@ -55652,7 +55652,7 @@ class Registry {
55652
55652
  return this;
55653
55653
  }
55654
55654
  ParsingPerformance.clear();
55655
- (_a = input === null || input === void 0 ? void 0 : input.progress) === null || _a === void 0 ? void 0 : _a.set(this.getObjectCount().normal, "Lexing and parsing");
55655
+ (_a = input === null || input === void 0 ? void 0 : input.progress) === null || _a === void 0 ? void 0 : _a.set(this.getObjectCount().total, "Lexing and parsing");
55656
55656
  for (const o of this.getObjects()) {
55657
55657
  await ((_b = input === null || input === void 0 ? void 0 : input.progress) === null || _b === void 0 ? void 0 : _b.tick("Lexing and parsing(" + this.conf.getVersion() + ") - " + o.getType() + " " + o.getName()));
55658
55658
  this.parsePrivate(o);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.115.16",
3
+ "version": "2.115.17",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.115.16",
41
+ "@abaplint/core": "^2.115.17",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",
45
- "@types/node": "^24.10.4",
45
+ "@types/node": "^24.10.9",
46
46
  "@types/progress": "^2.0.7",
47
47
  "chai": "^4.5.0",
48
48
  "p-limit": "^3.1.0",
@@ -50,7 +50,7 @@
50
50
  "eslint": "^9.39.2",
51
51
  "glob": "^11.0.3",
52
52
  "json5": "^2.2.3",
53
- "memfs": "^4.51.1",
53
+ "memfs": "^4.56.10",
54
54
  "minimist": "^1.2.8",
55
55
  "mocha": "^11.7.5",
56
56
  "progress": "^2.0.3",