@abaplint/cli 2.102.50 → 2.102.51
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 -1
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -49145,7 +49145,7 @@ class Registry {
|
|
|
49145
49145
|
}
|
|
49146
49146
|
static abaplintVersion() {
|
|
49147
49147
|
// magic, see build script "version.sh"
|
|
49148
|
-
return "2.102.
|
|
49148
|
+
return "2.102.51";
|
|
49149
49149
|
}
|
|
49150
49150
|
getDDICReferences() {
|
|
49151
49151
|
return this.ddicReferences;
|
|
@@ -56160,6 +56160,9 @@ ${indentation} output = ${uniqueName}.\n`;
|
|
|
56160
56160
|
else if (found.getType() instanceof basic_1.VoidType && found.getType().getQualifiedName() === undefined) {
|
|
56161
56161
|
continue;
|
|
56162
56162
|
}
|
|
56163
|
+
else if (found.getType() instanceof basic_1.StructureType && found.getType().getQualifiedName() === undefined) {
|
|
56164
|
+
continue;
|
|
56165
|
+
}
|
|
56163
56166
|
let type = found.getType().getQualifiedName()
|
|
56164
56167
|
? (_b = found.getType().getQualifiedName()) === null || _b === void 0 ? void 0 : _b.toLowerCase()
|
|
56165
56168
|
: found.getType().toABAP();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.51",
|
|
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.102.
|
|
41
|
+
"@abaplint/core": "^2.102.51",
|
|
42
42
|
"@types/chai": "^4.3.6",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.3",
|