@abaplint/cli 2.113.215 → 2.113.216
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 -5
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -40970,7 +40970,7 @@ class CDSAggregate extends combi_1.Expression {
|
|
|
40970
40970
|
getRunnable() {
|
|
40971
40971
|
const name = (0, combi_1.seq)(_1.CDSName, (0, combi_1.star)((0, combi_1.seq)(".", _1.CDSName)));
|
|
40972
40972
|
const value = (0, combi_1.alt)(name, "*", _1.CDSCast, _1.CDSCase, _1.CDSFunction);
|
|
40973
|
-
return (0, combi_1.seq)((0, combi_1.
|
|
40973
|
+
return (0, combi_1.seq)((0, combi_1.altPrio)("MAX", "MIN", "SUM", "AVG", "COUNT"), "(", (0, combi_1.opt)("DISTINCT"), value, ")");
|
|
40974
40974
|
}
|
|
40975
40975
|
}
|
|
40976
40976
|
exports.CDSAggregate = CDSAggregate;
|
|
@@ -41040,7 +41040,7 @@ const cds_annotation_simple_1 = __webpack_require__(/*! ./cds_annotation_simple
|
|
|
41040
41040
|
class CDSAnnotationArray extends combi_1.Expression {
|
|
41041
41041
|
getRunnable() {
|
|
41042
41042
|
const value = (0, combi_1.alt)(cds_annotation_simple_1.CDSAnnotationSimple, _1.CDSAnnotationObject, CDSAnnotationArray);
|
|
41043
|
-
const valueList = (0, combi_1.seq)("[", value, (0, combi_1.
|
|
41043
|
+
const valueList = (0, combi_1.seq)("[", value, (0, combi_1.starPrio)((0, combi_1.seq)(",", value)), "]");
|
|
41044
41044
|
return valueList;
|
|
41045
41045
|
}
|
|
41046
41046
|
}
|
|
@@ -41440,9 +41440,9 @@ const cds_as_1 = __webpack_require__(/*! ./cds_as */ "./node_modules/@abaplint/c
|
|
|
41440
41440
|
const cds_cast_1 = __webpack_require__(/*! ./cds_cast */ "./node_modules/@abaplint/core/build/src/cds/expressions/cds_cast.js");
|
|
41441
41441
|
class CDSElement extends combi_1.Expression {
|
|
41442
41442
|
getRunnable() {
|
|
41443
|
-
const redirected = (0, combi_1.seq)(": REDIRECTED TO", (0, combi_1.
|
|
41443
|
+
const redirected = (0, combi_1.seq)(": REDIRECTED TO", (0, combi_1.optPrio)((0, combi_1.altPrio)("PARENT", "COMPOSITION CHILD")), _1.CDSName);
|
|
41444
41444
|
const colonThing = (0, combi_1.seq)(":", (0, combi_1.alt)(_1.CDSName, _1.CDSType, "LOCALIZED"));
|
|
41445
|
-
return (0, combi_1.seq)((0, combi_1.starPrio)(_1.CDSAnnotation), (0, combi_1.optPrio)((0, combi_1.altPrio)("KEY", "VIRTUAL")), (0, combi_1.altPrio)(_1.CDSAggregate, _1.CDSString, _1.CDSArithmetics, _1.CDSFunction, cds_cast_1.CDSCast, _1.CDSCase, (0, combi_1.seq)("(", _1.CDSCase, ")"), (0, combi_1.seq)(_1.CDSPrefixedName, (0, combi_1.
|
|
41445
|
+
return (0, combi_1.seq)((0, combi_1.starPrio)(_1.CDSAnnotation), (0, combi_1.optPrio)((0, combi_1.altPrio)("KEY", "VIRTUAL")), (0, combi_1.altPrio)(_1.CDSAggregate, _1.CDSString, _1.CDSArithmetics, _1.CDSFunction, cds_cast_1.CDSCast, _1.CDSCase, (0, combi_1.seq)("(", _1.CDSCase, ")"), (0, combi_1.seq)(_1.CDSPrefixedName, (0, combi_1.optPrio)(cds_as_1.CDSAs), (0, combi_1.optPrio)((0, combi_1.altPrio)(redirected, colonThing))), _1.CDSInteger), (0, combi_1.optPrio)(cds_as_1.CDSAs));
|
|
41446
41446
|
}
|
|
41447
41447
|
}
|
|
41448
41448
|
exports.CDSElement = CDSElement;
|
|
@@ -54518,7 +54518,7 @@ class Registry {
|
|
|
54518
54518
|
}
|
|
54519
54519
|
static abaplintVersion() {
|
|
54520
54520
|
// magic, see build script "version.sh"
|
|
54521
|
-
return "2.113.
|
|
54521
|
+
return "2.113.216";
|
|
54522
54522
|
}
|
|
54523
54523
|
getDDICReferences() {
|
|
54524
54524
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.216",
|
|
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.
|
|
41
|
+
"@abaplint/core": "^2.113.216",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|