@abaplint/core 2.119.4 → 2.119.5

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.
@@ -511,6 +511,7 @@ class SyntaxLogic {
511
511
  isSelectionEventBoundary(statement) {
512
512
  return stuff_1.SELECTION_EVENTS.some(event => statement instanceof event)
513
513
  || statement instanceof Statements.Form
514
+ || statement instanceof Statements.Module
514
515
  || statement instanceof Statements.FunctionModule;
515
516
  }
516
517
  isSelectionEventBoundaryStructure(structure) {
@@ -74,7 +74,7 @@ class Registry {
74
74
  }
75
75
  static abaplintVersion() {
76
76
  // magic, see build script "version.sh"
77
- return "2.119.4";
77
+ return "2.119.5";
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.4",
3
+ "version": "2.119.5",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",