@abaplint/core 2.119.39 → 2.119.40

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.
@@ -62,6 +62,7 @@ class DeleteInternal {
62
62
  if (tabl === undefined) {
63
63
  targetType = target_1.Target.runSyntax(target, input);
64
64
  if (node.findDirectTokenByText("TABLE") === undefined
65
+ && node.findDirectTokenByText("ADJACENT") === undefined
65
66
  && node.findDirectTokenByText("FROM")
66
67
  && targetType instanceof basic_1.TableType
67
68
  && targetType.getAccessType() === basic_1.TableAccessType.hashed) {
@@ -74,7 +74,7 @@ class Registry {
74
74
  }
75
75
  static abaplintVersion() {
76
76
  // magic, see build script "version.js"
77
- return "2.119.39";
77
+ return "2.119.40";
78
78
  }
79
79
  getDDICReferences() {
80
80
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.119.39",
3
+ "version": "2.119.40",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",