@abaplint/cli 2.113.20 → 2.113.21

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.
Files changed (2) hide show
  1. package/build/cli.js +3 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -35362,7 +35362,8 @@ class StatementFlow {
35362
35362
  if (inEvent === true) {
35363
35363
  ret.push(this.runEvent(collected, name));
35364
35364
  }
35365
- else if (collected.length > 0) {
35365
+ else if (collected.length > 0
35366
+ && !(obj instanceof objects_1.FunctionGroup)) {
35366
35367
  // implicit START-OF-SELECTION
35367
35368
  ret.push(this.runEvent(collected, "START-OF-SELECTION."));
35368
35369
  }
@@ -52756,7 +52757,7 @@ class Registry {
52756
52757
  }
52757
52758
  static abaplintVersion() {
52758
52759
  // magic, see build script "version.sh"
52759
- return "2.113.20";
52760
+ return "2.113.21";
52760
52761
  }
52761
52762
  getDDICReferences() {
52762
52763
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.20",
3
+ "version": "2.113.21",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.113.20",
41
+ "@abaplint/core": "^2.113.21",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",