@abaplint/cli 2.115.20 → 2.115.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.
- package/build/cli.js +3 -3
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -3967,7 +3967,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
3967
3967
|
const method_name_1 = __webpack_require__(/*! ./method_name */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/method_name.js");
|
|
3968
3968
|
class AbstractMethods extends combi_1.Expression {
|
|
3969
3969
|
getRunnable() {
|
|
3970
|
-
return (0, combi_1.seq)("ABSTRACT METHODS", (0, combi_1.
|
|
3970
|
+
return (0, combi_1.seq)("ABSTRACT METHODS", (0, combi_1.plus)(method_name_1.MethodName));
|
|
3971
3971
|
}
|
|
3972
3972
|
}
|
|
3973
3973
|
exports.AbstractMethods = AbstractMethods;
|
|
@@ -14854,7 +14854,7 @@ class InterfaceDef {
|
|
|
14854
14854
|
getMatcher() {
|
|
14855
14855
|
const val = (0, combi_1.seq)(expressions_1.AttributeName, "=", expressions_1.Source);
|
|
14856
14856
|
const dataValues = (0, combi_1.seq)("DATA VALUES", (0, combi_1.plus)(val));
|
|
14857
|
-
const options = (0, combi_1.alt)(expressions_1.AbstractMethods, expressions_1.FinalMethods, "ALL METHODS ABSTRACT", "ALL METHODS FINAL", (0, combi_1.ver)(version_1.Version.v740sp02, "PARTIALLY IMPLEMENTED", version_1.Version.OpenABAP));
|
|
14857
|
+
const options = (0, combi_1.alt)((0, combi_1.seq)(expressions_1.AbstractMethods, (0, combi_1.opt)(expressions_1.FinalMethods)), expressions_1.FinalMethods, "ALL METHODS ABSTRACT", "ALL METHODS FINAL", (0, combi_1.ver)(version_1.Version.v740sp02, "PARTIALLY IMPLEMENTED", version_1.Version.OpenABAP));
|
|
14858
14858
|
return (0, combi_1.seq)("INTERFACES", expressions_1.InterfaceName, (0, combi_1.opt)(options), (0, combi_1.opt)(dataValues));
|
|
14859
14859
|
}
|
|
14860
14860
|
}
|
|
@@ -55480,7 +55480,7 @@ class Registry {
|
|
|
55480
55480
|
}
|
|
55481
55481
|
static abaplintVersion() {
|
|
55482
55482
|
// magic, see build script "version.sh"
|
|
55483
|
-
return "2.115.
|
|
55483
|
+
return "2.115.21";
|
|
55484
55484
|
}
|
|
55485
55485
|
getDDICReferences() {
|
|
55486
55486
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.115.
|
|
3
|
+
"version": "2.115.21",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.115.
|
|
41
|
+
"@abaplint/core": "^2.115.21",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
45
|
-
"@types/node": "^24.10.
|
|
45
|
+
"@types/node": "^24.10.12",
|
|
46
46
|
"@types/progress": "^2.0.7",
|
|
47
47
|
"chai": "^4.5.0",
|
|
48
48
|
"p-limit": "^3.1.0",
|