@abaplint/core 2.94.6 → 2.94.7

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.
@@ -3564,11 +3564,11 @@ declare interface ISyntaxSettings {
3564
3564
  version?: Version;
3565
3565
  /** Report error for objects in this regex namespace. Types not in namespace will be void. Case insensitive */
3566
3566
  errorNamespace: string;
3567
- /** List of full named global constants
3567
+ /** List of full named global constants (regex not possible)
3568
3568
  * @uniqueItems true
3569
3569
  */
3570
3570
  globalConstants?: string[];
3571
- /** List of full named global macros
3571
+ /** List of full named global macros (regex not possible)
3572
3572
  * @uniqueItems true
3573
3573
  */
3574
3574
  globalMacros?: string[];
@@ -121,7 +121,7 @@ class Table extends _abstract_object_1.AbstractObject {
121
121
  }
122
122
  }
123
123
  else if (comptype === "S" && field.FIELDNAME.startsWith(".INCLU-")) {
124
- const lookup = ddic.lookupTableOrView(field.ROLLNAME);
124
+ const lookup = ddic.lookupTableOrView(field.PRECFIELD);
125
125
  if (lookup.object) {
126
126
  references.push({ object: lookup.object });
127
127
  }
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.94.6";
66
+ return "2.94.7";
67
67
  }
68
68
  getDDICReferences() {
69
69
  return this.references;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.94.6",
3
+ "version": "2.94.7",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",
@@ -49,9 +49,9 @@
49
49
  "@microsoft/api-extractor": "^7.33.7",
50
50
  "@types/chai": "^4.3.4",
51
51
  "@types/mocha": "^10.0.1",
52
- "@types/node": "^18.11.15",
52
+ "@types/node": "^18.11.17",
53
53
  "chai": "^4.3.7",
54
- "eslint": "^8.29.0",
54
+ "eslint": "^8.30.0",
55
55
  "mocha": "^10.2.0",
56
56
  "c8": "^7.12.0",
57
57
  "source-map-support": "^0.5.21",