@abaplint/cli 2.108.12 → 2.108.13
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 +4 -4
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -4619,9 +4619,9 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
4619
4619
|
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
4620
4620
|
class CondBody extends combi_1.Expression {
|
|
4621
4621
|
getRunnable() {
|
|
4622
|
-
const when = (0, combi_1.seq)("WHEN", (0, combi_1.
|
|
4623
|
-
const elsee = (0, combi_1.seq)("ELSE", (0, combi_1.
|
|
4624
|
-
return (0, combi_1.seq)((0, combi_1.
|
|
4622
|
+
const when = (0, combi_1.seq)("WHEN", (0, combi_1.altPrio)(_1.Cond, _1.Source), "THEN", (0, combi_1.altPrio)(_1.Throw, _1.Source));
|
|
4623
|
+
const elsee = (0, combi_1.seq)("ELSE", (0, combi_1.altPrio)(_1.Throw, _1.Source));
|
|
4624
|
+
return (0, combi_1.seq)((0, combi_1.optPrio)(_1.Let), (0, combi_1.plusPrio)(when), (0, combi_1.optPrio)(elsee));
|
|
4625
4625
|
}
|
|
4626
4626
|
}
|
|
4627
4627
|
exports.CondBody = CondBody;
|
|
@@ -51642,7 +51642,7 @@ class Registry {
|
|
|
51642
51642
|
}
|
|
51643
51643
|
static abaplintVersion() {
|
|
51644
51644
|
// magic, see build script "version.sh"
|
|
51645
|
-
return "2.108.
|
|
51645
|
+
return "2.108.13";
|
|
51646
51646
|
}
|
|
51647
51647
|
getDDICReferences() {
|
|
51648
51648
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.108.
|
|
3
|
+
"version": "2.108.13",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.108.
|
|
41
|
+
"@abaplint/core": "^2.108.13",
|
|
42
42
|
"@types/chai": "^4.3.16",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|
|
45
45
|
"@types/mocha": "^10.0.6",
|
|
46
|
-
"@types/node": "^20.
|
|
46
|
+
"@types/node": "^20.14.0",
|
|
47
47
|
"@types/progress": "^2.0.7",
|
|
48
48
|
"chai": "^4.4.1",
|
|
49
49
|
"chalk": "^5.3.0",
|