@abaplint/cli 2.113.242 → 2.113.243
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 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -25624,7 +25624,9 @@ class ComponentName {
|
|
|
25624
25624
|
return ret;
|
|
25625
25625
|
}
|
|
25626
25626
|
}
|
|
25627
|
-
|
|
25627
|
+
if (!(context instanceof Basic.UnknownType)) {
|
|
25628
|
+
input.issues.push((0, _syntax_input_1.syntaxIssue)(input, nameToken, "Not a structure, ComponentName, \"" + name + "\", (" + (context === null || context === void 0 ? void 0 : context.constructor.name) + ")"));
|
|
25629
|
+
}
|
|
25628
25630
|
return Basic.VoidType.get(_syntax_input_1.CheckSyntaxKey);
|
|
25629
25631
|
}
|
|
25630
25632
|
}
|
|
@@ -54884,7 +54886,7 @@ class Registry {
|
|
|
54884
54886
|
}
|
|
54885
54887
|
static abaplintVersion() {
|
|
54886
54888
|
// magic, see build script "version.sh"
|
|
54887
|
-
return "2.113.
|
|
54889
|
+
return "2.113.243";
|
|
54888
54890
|
}
|
|
54889
54891
|
getDDICReferences() {
|
|
54890
54892
|
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.243",
|
|
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.243",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|