@abaplint/core 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.
@@ -74,7 +74,7 @@ class Registry {
74
74
  }
75
75
  static abaplintVersion() {
76
76
  // magic, see build script "version.js"
77
- return "2.119.50";
77
+ return "2.119.51";
78
78
  }
79
79
  getDDICReferences() {
80
80
  return this.ddicReferences;
@@ -49,7 +49,7 @@ See recognized syntax at https://syntax.abaplint.org`,
49
49
  }
50
50
  else {
51
51
  const tok = statement.getFirstToken();
52
- const message = "Statement does not exist in ABAP " + this.reg.getConfig().getRelease().name + " (or a parser error), \"" + tok.getStr() + "\"";
52
+ const message = "Statement does not exist in the configured ABAP version(or a parser error), \"" + tok.getStr() + "\"";
53
53
  const issue = issue_1.Issue.atStatement(file, statement, message, this.getMetadata().key, this.conf.severity);
54
54
  issues.push(issue);
55
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.119.50",
3
+ "version": "2.119.51",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",