@abaplint/core 2.93.46 → 2.93.47

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.
@@ -202,7 +202,7 @@ class ExpressionNode extends _abstract_node_1.AbstractNode {
202
202
  }
203
203
  }
204
204
  if (before === ret.length || recursive === true) {
205
- ret.push(...child.findAllExpressionsMulti(type));
205
+ ret.push(...child.findAllExpressionsMulti(type, recursive));
206
206
  }
207
207
  }
208
208
  return ret;
@@ -63,7 +63,7 @@ class Registry {
63
63
  }
64
64
  static abaplintVersion() {
65
65
  // magic, see build script "version.sh"
66
- return "2.93.46";
66
+ return "2.93.47";
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.46",
3
+ "version": "2.93.47",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",