@abaplint/core 2.93.4 → 2.93.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.
@@ -322,8 +322,8 @@ class BasicTypes {
322
322
  { name: "option", type: new Types.CharacterType(2) },
323
323
  { name: "low", type: found },
324
324
  { name: "high", type: found },
325
- ], name);
326
- return new Types.TableType(structure, options);
325
+ ]);
326
+ return new Types.TableType(structure, options, name);
327
327
  }
328
328
  else if (text.startsWith("LIKE RANGE OF ")) {
329
329
  const sub = node.findFirstExpression(Expressions.SimpleFieldChain);
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.93.4";
66
+ return "2.93.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.93.4",
3
+ "version": "2.93.7",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",