@abaplint/cli 2.102.42 → 2.102.43
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.
- package/build/cli.js +5 -3
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -48896,7 +48896,7 @@ class Registry {
|
|
|
48896
48896
|
}
|
|
48897
48897
|
static abaplintVersion() {
|
|
48898
48898
|
// magic, see build script "version.sh"
|
|
48899
|
-
return "2.102.
|
|
48899
|
+
return "2.102.43";
|
|
48900
48900
|
}
|
|
48901
48901
|
getDDICReferences() {
|
|
48902
48902
|
return this.ddicReferences;
|
|
@@ -51564,7 +51564,8 @@ FIND statement with MATCH COUNT is considered okay if subrc is not checked`,
|
|
|
51564
51564
|
if (statement.get() instanceof _statement_1.Comment) {
|
|
51565
51565
|
continue;
|
|
51566
51566
|
}
|
|
51567
|
-
else if (statement.get() instanceof Statements.EndIf
|
|
51567
|
+
else if (statement.get() instanceof Statements.EndIf
|
|
51568
|
+
|| statement.get() instanceof Statements.EndTestSeam) {
|
|
51568
51569
|
continue;
|
|
51569
51570
|
}
|
|
51570
51571
|
else {
|
|
@@ -51591,7 +51592,8 @@ FIND statement with MATCH COUNT is considered okay if subrc is not checked`,
|
|
|
51591
51592
|
return true;
|
|
51592
51593
|
}
|
|
51593
51594
|
}
|
|
51594
|
-
else if (statement.get() instanceof Statements.EndIf
|
|
51595
|
+
else if (statement.get() instanceof Statements.EndIf
|
|
51596
|
+
|| statement.get() instanceof Statements.EndTestSeam) {
|
|
51595
51597
|
continue;
|
|
51596
51598
|
}
|
|
51597
51599
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.43",
|
|
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.102.
|
|
41
|
+
"@abaplint/core": "^2.102.43",
|
|
42
42
|
"@types/chai": "^4.3.6",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|