@abaplint/core 2.113.65 → 2.113.66

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.
@@ -233,6 +233,7 @@ class StatementFlow {
233
233
  else if (type instanceof Structures.Data
234
234
  || type instanceof Structures.Constants
235
235
  || type instanceof Structures.Statics
236
+ || type instanceof Structures.ExecSQL
236
237
  || type instanceof Structures.Types) {
237
238
  // these doesnt affect control flow, so just take the first statement
238
239
  const statement = n.getFirstStatement();
@@ -67,7 +67,7 @@ class Registry {
67
67
  }
68
68
  static abaplintVersion() {
69
69
  // magic, see build script "version.sh"
70
- return "2.113.65";
70
+ return "2.113.66";
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.65",
3
+ "version": "2.113.66",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",