@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) {
|
package/build/src/registry.js
CHANGED