@abaplint/cli 2.119.50 → 2.119.51

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 +2 -2
package/build/cli.js CHANGED
@@ -67988,7 +67988,7 @@ class Registry {
67988
67988
  }
67989
67989
  static abaplintVersion() {
67990
67990
  // magic, see build script "version.js"
67991
- return "2.119.50";
67991
+ return "2.119.51";
67992
67992
  }
67993
67993
  getDDICReferences() {
67994
67994
  return this.ddicReferences;
@@ -87996,7 +87996,7 @@ See recognized syntax at https://syntax.abaplint.org`,
87996
87996
  }
87997
87997
  else {
87998
87998
  const tok = statement.getFirstToken();
87999
- const message = "Statement does not exist in ABAP " + this.reg.getConfig().getRelease().name + " (or a parser error), \"" + tok.getStr() + "\"";
87999
+ const message = "Statement does not exist in the configured ABAP version(or a parser error), \"" + tok.getStr() + "\"";
88000
88000
  const issue = issue_1.Issue.atStatement(file, statement, message, this.getMetadata().key, this.conf.severity);
88001
88001
  issues.push(issue);
88002
88002
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.119.50",
3
+ "version": "2.119.51",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://abaplint.org",
41
41
  "devDependencies": {
42
- "@abaplint/core": "^2.119.50",
42
+ "@abaplint/core": "^2.119.51",
43
43
  "@types/chai": "^4.3.20",
44
44
  "@types/minimist": "^1.2.5",
45
45
  "@types/mocha": "^10.0.10",