@abaplint/cli 2.113.144 → 2.113.145
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 +7 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -40569,6 +40569,9 @@ class MethodParameters {
|
|
|
40569
40569
|
if (concat.includes(" FOR VALIDATE ")
|
|
40570
40570
|
|| concat.includes(" FOR BEHAVIOR ")
|
|
40571
40571
|
|| concat.includes(" FOR FEATURES ")
|
|
40572
|
+
|| concat.includes(" FOR INSTANCE FEATURES ")
|
|
40573
|
+
|| concat.includes(" FOR READ ")
|
|
40574
|
+
|| concat.includes(" FOR LOCK ")
|
|
40572
40575
|
|| concat.includes(" FOR MODIFY ")) {
|
|
40573
40576
|
const token = isRap.getFirstToken();
|
|
40574
40577
|
this.exporting.push(new _typed_identifier_1.TypedIdentifier(new identifier_1.Identifier(token.getStart(), "failed"), input.filename, basic_1.VoidType.get("RapMethodParameter"), ["exporting" /* IdentifierMeta.MethodExporting */]));
|
|
@@ -41553,7 +41556,9 @@ const cds_as_1 = __webpack_require__(/*! ./cds_as */ "./node_modules/@abaplint/c
|
|
|
41553
41556
|
const cds_cast_1 = __webpack_require__(/*! ./cds_cast */ "./node_modules/@abaplint/core/build/src/cds/expressions/cds_cast.js");
|
|
41554
41557
|
class CDSElement extends combi_1.Expression {
|
|
41555
41558
|
getRunnable() {
|
|
41556
|
-
|
|
41559
|
+
const redirected = (0, combi_1.seq)(": REDIRECTED TO", (0, combi_1.opt)((0, combi_1.alt)("PARENT", "COMPOSITION CHILD")), _1.CDSName);
|
|
41560
|
+
const colonThing = (0, combi_1.seq)(":", _1.CDSName);
|
|
41561
|
+
return (0, combi_1.seq)((0, combi_1.starPrio)(_1.CDSAnnotation), (0, combi_1.optPrio)("KEY"), (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.opt)((0, combi_1.alt)(redirected, colonThing))), _1.CDSInteger), (0, combi_1.opt)(cds_as_1.CDSAs));
|
|
41557
41562
|
}
|
|
41558
41563
|
}
|
|
41559
41564
|
exports.CDSElement = CDSElement;
|
|
@@ -54590,7 +54595,7 @@ class Registry {
|
|
|
54590
54595
|
}
|
|
54591
54596
|
static abaplintVersion() {
|
|
54592
54597
|
// magic, see build script "version.sh"
|
|
54593
|
-
return "2.113.
|
|
54598
|
+
return "2.113.145";
|
|
54594
54599
|
}
|
|
54595
54600
|
getDDICReferences() {
|
|
54596
54601
|
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.145",
|
|
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.145",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|