@abaplint/core 2.93.83 → 2.93.84

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.
@@ -31,7 +31,6 @@ class Loop {
31
31
  throw new Error("No source type determined");
32
32
  }
33
33
  else if (sourceType instanceof basic_1.UnknownType) {
34
- console.dir(sourceType);
35
34
  throw new Error("Loop, not a table type, " + sourceType.getError());
36
35
  }
37
36
  else if (sourceType instanceof basic_1.TableType
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.93.83";
66
+ return "2.93.84";
67
67
  }
68
68
  getDDICReferences() {
69
69
  return this.references;
@@ -1011,7 +1011,6 @@ ${indentation}RAISE EXCEPTION ${uniqueName2}.`;
1011
1011
  }
1012
1012
  const target = high.findDirectExpression(Expressions.Target);
1013
1013
  if (target === undefined) {
1014
- console.dir("sdf1");
1015
1014
  return undefined;
1016
1015
  }
1017
1016
  const sourceRef = (_a = high.findFirstExpression(Expressions.Source)) === null || _a === void 0 ? void 0 : _a.findFirstExpression(Expressions.CorrespondingBody);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.93.83",
3
+ "version": "2.93.84",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",