@abaplint/core 2.113.129 → 2.113.131

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.
@@ -119,13 +119,13 @@ class Data {
119
119
  else if (c instanceof nodes_1.StatementNode && ctyp instanceof Statements.Type) {
120
120
  const found = new type_1.Type().runSyntax(c, input);
121
121
  if (found) {
122
- input.scope.addIdentifier(found);
122
+ input.scope.addType(found);
123
123
  }
124
124
  }
125
125
  else if (c instanceof nodes_1.StructureNode && ctyp instanceof Structures.Types) {
126
126
  const found = new types_1.Types().runSyntax(c, input);
127
127
  if (found) {
128
- input.scope.addIdentifier(found);
128
+ input.scope.addType(found);
129
129
  }
130
130
  }
131
131
  }
@@ -67,7 +67,7 @@ class Registry {
67
67
  }
68
68
  static abaplintVersion() {
69
69
  // magic, see build script "version.sh"
70
- return "2.113.129";
70
+ return "2.113.131";
71
71
  }
72
72
  getDDICReferences() {
73
73
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.113.129",
3
+ "version": "2.113.131",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",