@abaplint/transpiler-cli 2.11.58 → 2.11.59
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/bundle.js +3 -2
- package/package.json +3 -3
package/build/bundle.js
CHANGED
|
@@ -52324,7 +52324,8 @@ class Table extends _abstract_object_1.AbstractObject {
|
|
|
52324
52324
|
if (field.GROUPNAME !== undefined) {
|
|
52325
52325
|
components.push({ name: field.GROUPNAME, type: found, asInclude: true });
|
|
52326
52326
|
}
|
|
52327
|
-
|
|
52327
|
+
// Note: "--AP" are .APPENDS
|
|
52328
|
+
if (field.FIELDNAME.startsWith(".INCLU-") === false || field.FIELDNAME === ".INCLU--AP") {
|
|
52328
52329
|
for (const c of found.getComponents()) {
|
|
52329
52330
|
components.push({ name: c.name, type: c.type });
|
|
52330
52331
|
}
|
|
@@ -53850,7 +53851,7 @@ class Registry {
|
|
|
53850
53851
|
}
|
|
53851
53852
|
static abaplintVersion() {
|
|
53852
53853
|
// magic, see build script "version.sh"
|
|
53853
|
-
return "2.113.
|
|
53854
|
+
return "2.113.188";
|
|
53854
53855
|
}
|
|
53855
53856
|
getDDICReferences() {
|
|
53856
53857
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.59",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"author": "abaplint",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@abaplint/core": "^2.113.
|
|
31
|
-
"@abaplint/transpiler": "^2.11.
|
|
30
|
+
"@abaplint/core": "^2.113.188",
|
|
31
|
+
"@abaplint/transpiler": "^2.11.59",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.3.0",
|
|
34
34
|
"@types/progress": "^2.0.7",
|