@abaplint/core 2.112.8 → 2.112.9
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.
|
@@ -6,7 +6,7 @@ const _1 = require(".");
|
|
|
6
6
|
class ParameterException extends combi_1.Expression {
|
|
7
7
|
getRunnable() {
|
|
8
8
|
const name = (0, combi_1.altPrio)("OTHERS", _1.ParameterName);
|
|
9
|
-
return (0, combi_1.seq)(name, "=", _1.
|
|
9
|
+
return (0, combi_1.seq)(name, "=", (0, combi_1.altPrio)(_1.Integer, _1.SimpleFieldChain), (0, combi_1.optPrio)((0, combi_1.seq)("MESSAGE", _1.Target)));
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
exports.ParameterException = ParameterException;
|
package/build/src/registry.js
CHANGED
|
@@ -51,7 +51,7 @@ class ClassicExceptionsOverlap extends _abap_rule_1.ABAPRule {
|
|
|
51
51
|
for (const p of struc.findAllExpressions(Expressions.ParameterListExceptions)) {
|
|
52
52
|
const set = new Set();
|
|
53
53
|
for (const e of p.findAllExpressions(Expressions.ParameterException)) {
|
|
54
|
-
const text = (_a = e.findDirectExpression(Expressions.
|
|
54
|
+
const text = (_a = e.findDirectExpression(Expressions.Integer)) === null || _a === void 0 ? void 0 : _a.concatTokens().toUpperCase();
|
|
55
55
|
if (text === undefined) {
|
|
56
56
|
continue;
|
|
57
57
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/core",
|
|
3
|
-
"version": "2.112.
|
|
3
|
+
"version": "2.112.9",
|
|
4
4
|
"description": "abaplint - Core API",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"typings": "build/abaplint.d.ts",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"homepage": "https://abaplint.org",
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@microsoft/api-extractor": "^7.47.4",
|
|
54
|
-
"@types/chai": "^4.3.
|
|
54
|
+
"@types/chai": "^4.3.17",
|
|
55
55
|
"@types/mocha": "^10.0.7",
|
|
56
|
-
"@types/node": "^22.0.
|
|
56
|
+
"@types/node": "^22.0.2",
|
|
57
57
|
"chai": "^4.5.0",
|
|
58
58
|
"eslint": "^8.57.0",
|
|
59
59
|
"mocha": "^10.7.0",
|