@abaplint/cli 2.102.59 → 2.102.60
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 +705 -1
- package/package.json +7 -7
package/build/cli.js
CHANGED
|
@@ -45904,6 +45904,28 @@ __exportStar(__webpack_require__(/*! ./web_dynpro_application */ "./node_modules
|
|
|
45904
45904
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component_configuration */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component_configuration.js"), exports);
|
|
45905
45905
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component.js"), exports);
|
|
45906
45906
|
__exportStar(__webpack_require__(/*! ./web_mime */ "./node_modules/@abaplint/core/build/src/objects/web_mime.js"), exports);
|
|
45907
|
+
__exportStar(__webpack_require__(/*! ./zn01 */ "./node_modules/@abaplint/core/build/src/objects/zn01.js"), exports);
|
|
45908
|
+
__exportStar(__webpack_require__(/*! ./zn02 */ "./node_modules/@abaplint/core/build/src/objects/zn02.js"), exports);
|
|
45909
|
+
__exportStar(__webpack_require__(/*! ./zn03 */ "./node_modules/@abaplint/core/build/src/objects/zn03.js"), exports);
|
|
45910
|
+
__exportStar(__webpack_require__(/*! ./zn04 */ "./node_modules/@abaplint/core/build/src/objects/zn04.js"), exports);
|
|
45911
|
+
__exportStar(__webpack_require__(/*! ./zn05 */ "./node_modules/@abaplint/core/build/src/objects/zn05.js"), exports);
|
|
45912
|
+
__exportStar(__webpack_require__(/*! ./zn06 */ "./node_modules/@abaplint/core/build/src/objects/zn06.js"), exports);
|
|
45913
|
+
__exportStar(__webpack_require__(/*! ./zn07 */ "./node_modules/@abaplint/core/build/src/objects/zn07.js"), exports);
|
|
45914
|
+
__exportStar(__webpack_require__(/*! ./zn08 */ "./node_modules/@abaplint/core/build/src/objects/zn08.js"), exports);
|
|
45915
|
+
__exportStar(__webpack_require__(/*! ./zn09 */ "./node_modules/@abaplint/core/build/src/objects/zn09.js"), exports);
|
|
45916
|
+
__exportStar(__webpack_require__(/*! ./zn10 */ "./node_modules/@abaplint/core/build/src/objects/zn10.js"), exports);
|
|
45917
|
+
__exportStar(__webpack_require__(/*! ./zn11 */ "./node_modules/@abaplint/core/build/src/objects/zn11.js"), exports);
|
|
45918
|
+
__exportStar(__webpack_require__(/*! ./zn12 */ "./node_modules/@abaplint/core/build/src/objects/zn12.js"), exports);
|
|
45919
|
+
__exportStar(__webpack_require__(/*! ./zn13 */ "./node_modules/@abaplint/core/build/src/objects/zn13.js"), exports);
|
|
45920
|
+
__exportStar(__webpack_require__(/*! ./zn14 */ "./node_modules/@abaplint/core/build/src/objects/zn14.js"), exports);
|
|
45921
|
+
__exportStar(__webpack_require__(/*! ./zn15 */ "./node_modules/@abaplint/core/build/src/objects/zn15.js"), exports);
|
|
45922
|
+
__exportStar(__webpack_require__(/*! ./zn16 */ "./node_modules/@abaplint/core/build/src/objects/zn16.js"), exports);
|
|
45923
|
+
__exportStar(__webpack_require__(/*! ./zn17 */ "./node_modules/@abaplint/core/build/src/objects/zn17.js"), exports);
|
|
45924
|
+
__exportStar(__webpack_require__(/*! ./zn18 */ "./node_modules/@abaplint/core/build/src/objects/zn18.js"), exports);
|
|
45925
|
+
__exportStar(__webpack_require__(/*! ./zn19 */ "./node_modules/@abaplint/core/build/src/objects/zn19.js"), exports);
|
|
45926
|
+
__exportStar(__webpack_require__(/*! ./zn20 */ "./node_modules/@abaplint/core/build/src/objects/zn20.js"), exports);
|
|
45927
|
+
__exportStar(__webpack_require__(/*! ./zn21 */ "./node_modules/@abaplint/core/build/src/objects/zn21.js"), exports);
|
|
45928
|
+
__exportStar(__webpack_require__(/*! ./zn22 */ "./node_modules/@abaplint/core/build/src/objects/zn22.js"), exports);
|
|
45907
45929
|
//# sourceMappingURL=index.js.map
|
|
45908
45930
|
|
|
45909
45931
|
/***/ }),
|
|
@@ -48905,6 +48927,688 @@ exports.WebMIME = WebMIME;
|
|
|
48905
48927
|
|
|
48906
48928
|
/***/ }),
|
|
48907
48929
|
|
|
48930
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn01.js":
|
|
48931
|
+
/*!***************************************************************!*\
|
|
48932
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn01.js ***!
|
|
48933
|
+
\***************************************************************/
|
|
48934
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
48935
|
+
|
|
48936
|
+
"use strict";
|
|
48937
|
+
|
|
48938
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
48939
|
+
exports.ZN01 = void 0;
|
|
48940
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
48941
|
+
class ZN01 extends _abstract_object_1.AbstractObject {
|
|
48942
|
+
getType() {
|
|
48943
|
+
return "ZN01";
|
|
48944
|
+
}
|
|
48945
|
+
getAllowedNaming() {
|
|
48946
|
+
return {
|
|
48947
|
+
maxLength: 30,
|
|
48948
|
+
allowNamespace: true,
|
|
48949
|
+
};
|
|
48950
|
+
}
|
|
48951
|
+
getDescription() {
|
|
48952
|
+
// todo
|
|
48953
|
+
return undefined;
|
|
48954
|
+
}
|
|
48955
|
+
}
|
|
48956
|
+
exports.ZN01 = ZN01;
|
|
48957
|
+
//# sourceMappingURL=zn01.js.map
|
|
48958
|
+
|
|
48959
|
+
/***/ }),
|
|
48960
|
+
|
|
48961
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn02.js":
|
|
48962
|
+
/*!***************************************************************!*\
|
|
48963
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn02.js ***!
|
|
48964
|
+
\***************************************************************/
|
|
48965
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
48966
|
+
|
|
48967
|
+
"use strict";
|
|
48968
|
+
|
|
48969
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
48970
|
+
exports.ZN02 = void 0;
|
|
48971
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
48972
|
+
class ZN02 extends _abstract_object_1.AbstractObject {
|
|
48973
|
+
getType() {
|
|
48974
|
+
return "ZN02";
|
|
48975
|
+
}
|
|
48976
|
+
getAllowedNaming() {
|
|
48977
|
+
return {
|
|
48978
|
+
maxLength: 30,
|
|
48979
|
+
allowNamespace: true,
|
|
48980
|
+
};
|
|
48981
|
+
}
|
|
48982
|
+
getDescription() {
|
|
48983
|
+
// todo
|
|
48984
|
+
return undefined;
|
|
48985
|
+
}
|
|
48986
|
+
}
|
|
48987
|
+
exports.ZN02 = ZN02;
|
|
48988
|
+
//# sourceMappingURL=zn02.js.map
|
|
48989
|
+
|
|
48990
|
+
/***/ }),
|
|
48991
|
+
|
|
48992
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn03.js":
|
|
48993
|
+
/*!***************************************************************!*\
|
|
48994
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn03.js ***!
|
|
48995
|
+
\***************************************************************/
|
|
48996
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
48997
|
+
|
|
48998
|
+
"use strict";
|
|
48999
|
+
|
|
49000
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49001
|
+
exports.ZN03 = void 0;
|
|
49002
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49003
|
+
class ZN03 extends _abstract_object_1.AbstractObject {
|
|
49004
|
+
getType() {
|
|
49005
|
+
return "ZN03";
|
|
49006
|
+
}
|
|
49007
|
+
getAllowedNaming() {
|
|
49008
|
+
return {
|
|
49009
|
+
maxLength: 30,
|
|
49010
|
+
allowNamespace: true,
|
|
49011
|
+
};
|
|
49012
|
+
}
|
|
49013
|
+
getDescription() {
|
|
49014
|
+
// todo
|
|
49015
|
+
return undefined;
|
|
49016
|
+
}
|
|
49017
|
+
}
|
|
49018
|
+
exports.ZN03 = ZN03;
|
|
49019
|
+
//# sourceMappingURL=zn03.js.map
|
|
49020
|
+
|
|
49021
|
+
/***/ }),
|
|
49022
|
+
|
|
49023
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn04.js":
|
|
49024
|
+
/*!***************************************************************!*\
|
|
49025
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn04.js ***!
|
|
49026
|
+
\***************************************************************/
|
|
49027
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49028
|
+
|
|
49029
|
+
"use strict";
|
|
49030
|
+
|
|
49031
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49032
|
+
exports.ZN04 = void 0;
|
|
49033
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49034
|
+
class ZN04 extends _abstract_object_1.AbstractObject {
|
|
49035
|
+
getType() {
|
|
49036
|
+
return "ZN04";
|
|
49037
|
+
}
|
|
49038
|
+
getAllowedNaming() {
|
|
49039
|
+
return {
|
|
49040
|
+
maxLength: 30,
|
|
49041
|
+
allowNamespace: true,
|
|
49042
|
+
};
|
|
49043
|
+
}
|
|
49044
|
+
getDescription() {
|
|
49045
|
+
// todo
|
|
49046
|
+
return undefined;
|
|
49047
|
+
}
|
|
49048
|
+
}
|
|
49049
|
+
exports.ZN04 = ZN04;
|
|
49050
|
+
//# sourceMappingURL=zn04.js.map
|
|
49051
|
+
|
|
49052
|
+
/***/ }),
|
|
49053
|
+
|
|
49054
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn05.js":
|
|
49055
|
+
/*!***************************************************************!*\
|
|
49056
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn05.js ***!
|
|
49057
|
+
\***************************************************************/
|
|
49058
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49059
|
+
|
|
49060
|
+
"use strict";
|
|
49061
|
+
|
|
49062
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49063
|
+
exports.ZN05 = void 0;
|
|
49064
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49065
|
+
class ZN05 extends _abstract_object_1.AbstractObject {
|
|
49066
|
+
getType() {
|
|
49067
|
+
return "ZN05";
|
|
49068
|
+
}
|
|
49069
|
+
getAllowedNaming() {
|
|
49070
|
+
return {
|
|
49071
|
+
maxLength: 30,
|
|
49072
|
+
allowNamespace: true,
|
|
49073
|
+
};
|
|
49074
|
+
}
|
|
49075
|
+
getDescription() {
|
|
49076
|
+
// todo
|
|
49077
|
+
return undefined;
|
|
49078
|
+
}
|
|
49079
|
+
}
|
|
49080
|
+
exports.ZN05 = ZN05;
|
|
49081
|
+
//# sourceMappingURL=zn05.js.map
|
|
49082
|
+
|
|
49083
|
+
/***/ }),
|
|
49084
|
+
|
|
49085
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn06.js":
|
|
49086
|
+
/*!***************************************************************!*\
|
|
49087
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn06.js ***!
|
|
49088
|
+
\***************************************************************/
|
|
49089
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49090
|
+
|
|
49091
|
+
"use strict";
|
|
49092
|
+
|
|
49093
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49094
|
+
exports.ZN06 = void 0;
|
|
49095
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49096
|
+
class ZN06 extends _abstract_object_1.AbstractObject {
|
|
49097
|
+
getType() {
|
|
49098
|
+
return "ZN06";
|
|
49099
|
+
}
|
|
49100
|
+
getAllowedNaming() {
|
|
49101
|
+
return {
|
|
49102
|
+
maxLength: 30,
|
|
49103
|
+
allowNamespace: true,
|
|
49104
|
+
};
|
|
49105
|
+
}
|
|
49106
|
+
getDescription() {
|
|
49107
|
+
// todo
|
|
49108
|
+
return undefined;
|
|
49109
|
+
}
|
|
49110
|
+
}
|
|
49111
|
+
exports.ZN06 = ZN06;
|
|
49112
|
+
//# sourceMappingURL=zn06.js.map
|
|
49113
|
+
|
|
49114
|
+
/***/ }),
|
|
49115
|
+
|
|
49116
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn07.js":
|
|
49117
|
+
/*!***************************************************************!*\
|
|
49118
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn07.js ***!
|
|
49119
|
+
\***************************************************************/
|
|
49120
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49121
|
+
|
|
49122
|
+
"use strict";
|
|
49123
|
+
|
|
49124
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49125
|
+
exports.ZN07 = void 0;
|
|
49126
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49127
|
+
class ZN07 extends _abstract_object_1.AbstractObject {
|
|
49128
|
+
getType() {
|
|
49129
|
+
return "ZN07";
|
|
49130
|
+
}
|
|
49131
|
+
getAllowedNaming() {
|
|
49132
|
+
return {
|
|
49133
|
+
maxLength: 30,
|
|
49134
|
+
allowNamespace: true,
|
|
49135
|
+
};
|
|
49136
|
+
}
|
|
49137
|
+
getDescription() {
|
|
49138
|
+
// todo
|
|
49139
|
+
return undefined;
|
|
49140
|
+
}
|
|
49141
|
+
}
|
|
49142
|
+
exports.ZN07 = ZN07;
|
|
49143
|
+
//# sourceMappingURL=zn07.js.map
|
|
49144
|
+
|
|
49145
|
+
/***/ }),
|
|
49146
|
+
|
|
49147
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn08.js":
|
|
49148
|
+
/*!***************************************************************!*\
|
|
49149
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn08.js ***!
|
|
49150
|
+
\***************************************************************/
|
|
49151
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49152
|
+
|
|
49153
|
+
"use strict";
|
|
49154
|
+
|
|
49155
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49156
|
+
exports.ZN08 = void 0;
|
|
49157
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49158
|
+
class ZN08 extends _abstract_object_1.AbstractObject {
|
|
49159
|
+
getType() {
|
|
49160
|
+
return "ZN08";
|
|
49161
|
+
}
|
|
49162
|
+
getAllowedNaming() {
|
|
49163
|
+
return {
|
|
49164
|
+
maxLength: 30,
|
|
49165
|
+
allowNamespace: true,
|
|
49166
|
+
};
|
|
49167
|
+
}
|
|
49168
|
+
getDescription() {
|
|
49169
|
+
// todo
|
|
49170
|
+
return undefined;
|
|
49171
|
+
}
|
|
49172
|
+
}
|
|
49173
|
+
exports.ZN08 = ZN08;
|
|
49174
|
+
//# sourceMappingURL=zn08.js.map
|
|
49175
|
+
|
|
49176
|
+
/***/ }),
|
|
49177
|
+
|
|
49178
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn09.js":
|
|
49179
|
+
/*!***************************************************************!*\
|
|
49180
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn09.js ***!
|
|
49181
|
+
\***************************************************************/
|
|
49182
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49183
|
+
|
|
49184
|
+
"use strict";
|
|
49185
|
+
|
|
49186
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49187
|
+
exports.ZN09 = void 0;
|
|
49188
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49189
|
+
class ZN09 extends _abstract_object_1.AbstractObject {
|
|
49190
|
+
getType() {
|
|
49191
|
+
return "ZN09";
|
|
49192
|
+
}
|
|
49193
|
+
getAllowedNaming() {
|
|
49194
|
+
return {
|
|
49195
|
+
maxLength: 30,
|
|
49196
|
+
allowNamespace: true,
|
|
49197
|
+
};
|
|
49198
|
+
}
|
|
49199
|
+
getDescription() {
|
|
49200
|
+
// todo
|
|
49201
|
+
return undefined;
|
|
49202
|
+
}
|
|
49203
|
+
}
|
|
49204
|
+
exports.ZN09 = ZN09;
|
|
49205
|
+
//# sourceMappingURL=zn09.js.map
|
|
49206
|
+
|
|
49207
|
+
/***/ }),
|
|
49208
|
+
|
|
49209
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn10.js":
|
|
49210
|
+
/*!***************************************************************!*\
|
|
49211
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn10.js ***!
|
|
49212
|
+
\***************************************************************/
|
|
49213
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49214
|
+
|
|
49215
|
+
"use strict";
|
|
49216
|
+
|
|
49217
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49218
|
+
exports.ZN10 = void 0;
|
|
49219
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49220
|
+
class ZN10 extends _abstract_object_1.AbstractObject {
|
|
49221
|
+
getType() {
|
|
49222
|
+
return "ZN10";
|
|
49223
|
+
}
|
|
49224
|
+
getAllowedNaming() {
|
|
49225
|
+
return {
|
|
49226
|
+
maxLength: 30,
|
|
49227
|
+
allowNamespace: true,
|
|
49228
|
+
};
|
|
49229
|
+
}
|
|
49230
|
+
getDescription() {
|
|
49231
|
+
// todo
|
|
49232
|
+
return undefined;
|
|
49233
|
+
}
|
|
49234
|
+
}
|
|
49235
|
+
exports.ZN10 = ZN10;
|
|
49236
|
+
//# sourceMappingURL=zn10.js.map
|
|
49237
|
+
|
|
49238
|
+
/***/ }),
|
|
49239
|
+
|
|
49240
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn11.js":
|
|
49241
|
+
/*!***************************************************************!*\
|
|
49242
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn11.js ***!
|
|
49243
|
+
\***************************************************************/
|
|
49244
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49245
|
+
|
|
49246
|
+
"use strict";
|
|
49247
|
+
|
|
49248
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49249
|
+
exports.ZN11 = void 0;
|
|
49250
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49251
|
+
class ZN11 extends _abstract_object_1.AbstractObject {
|
|
49252
|
+
getType() {
|
|
49253
|
+
return "ZN11";
|
|
49254
|
+
}
|
|
49255
|
+
getAllowedNaming() {
|
|
49256
|
+
return {
|
|
49257
|
+
maxLength: 30,
|
|
49258
|
+
allowNamespace: true,
|
|
49259
|
+
};
|
|
49260
|
+
}
|
|
49261
|
+
getDescription() {
|
|
49262
|
+
// todo
|
|
49263
|
+
return undefined;
|
|
49264
|
+
}
|
|
49265
|
+
}
|
|
49266
|
+
exports.ZN11 = ZN11;
|
|
49267
|
+
//# sourceMappingURL=zn11.js.map
|
|
49268
|
+
|
|
49269
|
+
/***/ }),
|
|
49270
|
+
|
|
49271
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn12.js":
|
|
49272
|
+
/*!***************************************************************!*\
|
|
49273
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn12.js ***!
|
|
49274
|
+
\***************************************************************/
|
|
49275
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49276
|
+
|
|
49277
|
+
"use strict";
|
|
49278
|
+
|
|
49279
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49280
|
+
exports.ZN12 = void 0;
|
|
49281
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49282
|
+
class ZN12 extends _abstract_object_1.AbstractObject {
|
|
49283
|
+
getType() {
|
|
49284
|
+
return "ZN12";
|
|
49285
|
+
}
|
|
49286
|
+
getAllowedNaming() {
|
|
49287
|
+
return {
|
|
49288
|
+
maxLength: 30,
|
|
49289
|
+
allowNamespace: true,
|
|
49290
|
+
};
|
|
49291
|
+
}
|
|
49292
|
+
getDescription() {
|
|
49293
|
+
// todo
|
|
49294
|
+
return undefined;
|
|
49295
|
+
}
|
|
49296
|
+
}
|
|
49297
|
+
exports.ZN12 = ZN12;
|
|
49298
|
+
//# sourceMappingURL=zn12.js.map
|
|
49299
|
+
|
|
49300
|
+
/***/ }),
|
|
49301
|
+
|
|
49302
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn13.js":
|
|
49303
|
+
/*!***************************************************************!*\
|
|
49304
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn13.js ***!
|
|
49305
|
+
\***************************************************************/
|
|
49306
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49307
|
+
|
|
49308
|
+
"use strict";
|
|
49309
|
+
|
|
49310
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49311
|
+
exports.ZN13 = void 0;
|
|
49312
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49313
|
+
class ZN13 extends _abstract_object_1.AbstractObject {
|
|
49314
|
+
getType() {
|
|
49315
|
+
return "ZN13";
|
|
49316
|
+
}
|
|
49317
|
+
getAllowedNaming() {
|
|
49318
|
+
return {
|
|
49319
|
+
maxLength: 30,
|
|
49320
|
+
allowNamespace: true,
|
|
49321
|
+
};
|
|
49322
|
+
}
|
|
49323
|
+
getDescription() {
|
|
49324
|
+
// todo
|
|
49325
|
+
return undefined;
|
|
49326
|
+
}
|
|
49327
|
+
}
|
|
49328
|
+
exports.ZN13 = ZN13;
|
|
49329
|
+
//# sourceMappingURL=zn13.js.map
|
|
49330
|
+
|
|
49331
|
+
/***/ }),
|
|
49332
|
+
|
|
49333
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn14.js":
|
|
49334
|
+
/*!***************************************************************!*\
|
|
49335
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn14.js ***!
|
|
49336
|
+
\***************************************************************/
|
|
49337
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49338
|
+
|
|
49339
|
+
"use strict";
|
|
49340
|
+
|
|
49341
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49342
|
+
exports.ZN14 = void 0;
|
|
49343
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49344
|
+
class ZN14 extends _abstract_object_1.AbstractObject {
|
|
49345
|
+
getType() {
|
|
49346
|
+
return "ZN14";
|
|
49347
|
+
}
|
|
49348
|
+
getAllowedNaming() {
|
|
49349
|
+
return {
|
|
49350
|
+
maxLength: 30,
|
|
49351
|
+
allowNamespace: true,
|
|
49352
|
+
};
|
|
49353
|
+
}
|
|
49354
|
+
getDescription() {
|
|
49355
|
+
// todo
|
|
49356
|
+
return undefined;
|
|
49357
|
+
}
|
|
49358
|
+
}
|
|
49359
|
+
exports.ZN14 = ZN14;
|
|
49360
|
+
//# sourceMappingURL=zn14.js.map
|
|
49361
|
+
|
|
49362
|
+
/***/ }),
|
|
49363
|
+
|
|
49364
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn15.js":
|
|
49365
|
+
/*!***************************************************************!*\
|
|
49366
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn15.js ***!
|
|
49367
|
+
\***************************************************************/
|
|
49368
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49369
|
+
|
|
49370
|
+
"use strict";
|
|
49371
|
+
|
|
49372
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49373
|
+
exports.ZN15 = void 0;
|
|
49374
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49375
|
+
class ZN15 extends _abstract_object_1.AbstractObject {
|
|
49376
|
+
getType() {
|
|
49377
|
+
return "ZN15";
|
|
49378
|
+
}
|
|
49379
|
+
getAllowedNaming() {
|
|
49380
|
+
return {
|
|
49381
|
+
maxLength: 30,
|
|
49382
|
+
allowNamespace: true,
|
|
49383
|
+
};
|
|
49384
|
+
}
|
|
49385
|
+
getDescription() {
|
|
49386
|
+
// todo
|
|
49387
|
+
return undefined;
|
|
49388
|
+
}
|
|
49389
|
+
}
|
|
49390
|
+
exports.ZN15 = ZN15;
|
|
49391
|
+
//# sourceMappingURL=zn15.js.map
|
|
49392
|
+
|
|
49393
|
+
/***/ }),
|
|
49394
|
+
|
|
49395
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn16.js":
|
|
49396
|
+
/*!***************************************************************!*\
|
|
49397
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn16.js ***!
|
|
49398
|
+
\***************************************************************/
|
|
49399
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49400
|
+
|
|
49401
|
+
"use strict";
|
|
49402
|
+
|
|
49403
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49404
|
+
exports.ZN16 = void 0;
|
|
49405
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49406
|
+
class ZN16 extends _abstract_object_1.AbstractObject {
|
|
49407
|
+
getType() {
|
|
49408
|
+
return "ZN16";
|
|
49409
|
+
}
|
|
49410
|
+
getAllowedNaming() {
|
|
49411
|
+
return {
|
|
49412
|
+
maxLength: 30,
|
|
49413
|
+
allowNamespace: true,
|
|
49414
|
+
};
|
|
49415
|
+
}
|
|
49416
|
+
getDescription() {
|
|
49417
|
+
// todo
|
|
49418
|
+
return undefined;
|
|
49419
|
+
}
|
|
49420
|
+
}
|
|
49421
|
+
exports.ZN16 = ZN16;
|
|
49422
|
+
//# sourceMappingURL=zn16.js.map
|
|
49423
|
+
|
|
49424
|
+
/***/ }),
|
|
49425
|
+
|
|
49426
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn17.js":
|
|
49427
|
+
/*!***************************************************************!*\
|
|
49428
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn17.js ***!
|
|
49429
|
+
\***************************************************************/
|
|
49430
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49431
|
+
|
|
49432
|
+
"use strict";
|
|
49433
|
+
|
|
49434
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49435
|
+
exports.ZN17 = void 0;
|
|
49436
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49437
|
+
class ZN17 extends _abstract_object_1.AbstractObject {
|
|
49438
|
+
getType() {
|
|
49439
|
+
return "ZN17";
|
|
49440
|
+
}
|
|
49441
|
+
getAllowedNaming() {
|
|
49442
|
+
return {
|
|
49443
|
+
maxLength: 30,
|
|
49444
|
+
allowNamespace: true,
|
|
49445
|
+
};
|
|
49446
|
+
}
|
|
49447
|
+
getDescription() {
|
|
49448
|
+
// todo
|
|
49449
|
+
return undefined;
|
|
49450
|
+
}
|
|
49451
|
+
}
|
|
49452
|
+
exports.ZN17 = ZN17;
|
|
49453
|
+
//# sourceMappingURL=zn17.js.map
|
|
49454
|
+
|
|
49455
|
+
/***/ }),
|
|
49456
|
+
|
|
49457
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn18.js":
|
|
49458
|
+
/*!***************************************************************!*\
|
|
49459
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn18.js ***!
|
|
49460
|
+
\***************************************************************/
|
|
49461
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49462
|
+
|
|
49463
|
+
"use strict";
|
|
49464
|
+
|
|
49465
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49466
|
+
exports.ZN18 = void 0;
|
|
49467
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49468
|
+
class ZN18 extends _abstract_object_1.AbstractObject {
|
|
49469
|
+
getType() {
|
|
49470
|
+
return "ZN18";
|
|
49471
|
+
}
|
|
49472
|
+
getAllowedNaming() {
|
|
49473
|
+
return {
|
|
49474
|
+
maxLength: 30,
|
|
49475
|
+
allowNamespace: true,
|
|
49476
|
+
};
|
|
49477
|
+
}
|
|
49478
|
+
getDescription() {
|
|
49479
|
+
// todo
|
|
49480
|
+
return undefined;
|
|
49481
|
+
}
|
|
49482
|
+
}
|
|
49483
|
+
exports.ZN18 = ZN18;
|
|
49484
|
+
//# sourceMappingURL=zn18.js.map
|
|
49485
|
+
|
|
49486
|
+
/***/ }),
|
|
49487
|
+
|
|
49488
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn19.js":
|
|
49489
|
+
/*!***************************************************************!*\
|
|
49490
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn19.js ***!
|
|
49491
|
+
\***************************************************************/
|
|
49492
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49493
|
+
|
|
49494
|
+
"use strict";
|
|
49495
|
+
|
|
49496
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49497
|
+
exports.ZN19 = void 0;
|
|
49498
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49499
|
+
class ZN19 extends _abstract_object_1.AbstractObject {
|
|
49500
|
+
getType() {
|
|
49501
|
+
return "ZN19";
|
|
49502
|
+
}
|
|
49503
|
+
getAllowedNaming() {
|
|
49504
|
+
return {
|
|
49505
|
+
maxLength: 30,
|
|
49506
|
+
allowNamespace: true,
|
|
49507
|
+
};
|
|
49508
|
+
}
|
|
49509
|
+
getDescription() {
|
|
49510
|
+
// todo
|
|
49511
|
+
return undefined;
|
|
49512
|
+
}
|
|
49513
|
+
}
|
|
49514
|
+
exports.ZN19 = ZN19;
|
|
49515
|
+
//# sourceMappingURL=zn19.js.map
|
|
49516
|
+
|
|
49517
|
+
/***/ }),
|
|
49518
|
+
|
|
49519
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn20.js":
|
|
49520
|
+
/*!***************************************************************!*\
|
|
49521
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn20.js ***!
|
|
49522
|
+
\***************************************************************/
|
|
49523
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49524
|
+
|
|
49525
|
+
"use strict";
|
|
49526
|
+
|
|
49527
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49528
|
+
exports.ZN20 = void 0;
|
|
49529
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49530
|
+
class ZN20 extends _abstract_object_1.AbstractObject {
|
|
49531
|
+
getType() {
|
|
49532
|
+
return "ZN20";
|
|
49533
|
+
}
|
|
49534
|
+
getAllowedNaming() {
|
|
49535
|
+
return {
|
|
49536
|
+
maxLength: 30,
|
|
49537
|
+
allowNamespace: true,
|
|
49538
|
+
};
|
|
49539
|
+
}
|
|
49540
|
+
getDescription() {
|
|
49541
|
+
// todo
|
|
49542
|
+
return undefined;
|
|
49543
|
+
}
|
|
49544
|
+
}
|
|
49545
|
+
exports.ZN20 = ZN20;
|
|
49546
|
+
//# sourceMappingURL=zn20.js.map
|
|
49547
|
+
|
|
49548
|
+
/***/ }),
|
|
49549
|
+
|
|
49550
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn21.js":
|
|
49551
|
+
/*!***************************************************************!*\
|
|
49552
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn21.js ***!
|
|
49553
|
+
\***************************************************************/
|
|
49554
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49555
|
+
|
|
49556
|
+
"use strict";
|
|
49557
|
+
|
|
49558
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49559
|
+
exports.ZN21 = void 0;
|
|
49560
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49561
|
+
class ZN21 extends _abstract_object_1.AbstractObject {
|
|
49562
|
+
getType() {
|
|
49563
|
+
return "ZN21";
|
|
49564
|
+
}
|
|
49565
|
+
getAllowedNaming() {
|
|
49566
|
+
return {
|
|
49567
|
+
maxLength: 30,
|
|
49568
|
+
allowNamespace: true,
|
|
49569
|
+
};
|
|
49570
|
+
}
|
|
49571
|
+
getDescription() {
|
|
49572
|
+
// todo
|
|
49573
|
+
return undefined;
|
|
49574
|
+
}
|
|
49575
|
+
}
|
|
49576
|
+
exports.ZN21 = ZN21;
|
|
49577
|
+
//# sourceMappingURL=zn21.js.map
|
|
49578
|
+
|
|
49579
|
+
/***/ }),
|
|
49580
|
+
|
|
49581
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/zn22.js":
|
|
49582
|
+
/*!***************************************************************!*\
|
|
49583
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/zn22.js ***!
|
|
49584
|
+
\***************************************************************/
|
|
49585
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49586
|
+
|
|
49587
|
+
"use strict";
|
|
49588
|
+
|
|
49589
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49590
|
+
exports.ZN0122 = void 0;
|
|
49591
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49592
|
+
class ZN0122 extends _abstract_object_1.AbstractObject {
|
|
49593
|
+
getType() {
|
|
49594
|
+
return "ZN22";
|
|
49595
|
+
}
|
|
49596
|
+
getAllowedNaming() {
|
|
49597
|
+
return {
|
|
49598
|
+
maxLength: 30,
|
|
49599
|
+
allowNamespace: true,
|
|
49600
|
+
};
|
|
49601
|
+
}
|
|
49602
|
+
getDescription() {
|
|
49603
|
+
// todo
|
|
49604
|
+
return undefined;
|
|
49605
|
+
}
|
|
49606
|
+
}
|
|
49607
|
+
exports.ZN0122 = ZN0122;
|
|
49608
|
+
//# sourceMappingURL=zn22.js.map
|
|
49609
|
+
|
|
49610
|
+
/***/ }),
|
|
49611
|
+
|
|
48908
49612
|
/***/ "./node_modules/@abaplint/core/build/src/position.js":
|
|
48909
49613
|
/*!***********************************************************!*\
|
|
48910
49614
|
!*** ./node_modules/@abaplint/core/build/src/position.js ***!
|
|
@@ -49391,7 +50095,7 @@ class Registry {
|
|
|
49391
50095
|
}
|
|
49392
50096
|
static abaplintVersion() {
|
|
49393
50097
|
// magic, see build script "version.sh"
|
|
49394
|
-
return "2.102.
|
|
50098
|
+
return "2.102.60";
|
|
49395
50099
|
}
|
|
49396
50100
|
getDDICReferences() {
|
|
49397
50101
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.60",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.102.
|
|
42
|
-
"@types/chai": "^4.3.
|
|
41
|
+
"@abaplint/core": "^2.102.60",
|
|
42
|
+
"@types/chai": "^4.3.9",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
|
-
"@types/minimist": "^1.2.
|
|
45
|
-
"@types/mocha": "^10.0.
|
|
46
|
-
"@types/node": "^20.8.
|
|
47
|
-
"@types/progress": "^2.0.
|
|
44
|
+
"@types/minimist": "^1.2.4",
|
|
45
|
+
"@types/mocha": "^10.0.3",
|
|
46
|
+
"@types/node": "^20.8.7",
|
|
47
|
+
"@types/progress": "^2.0.6",
|
|
48
48
|
"chai": "^4.3.10",
|
|
49
49
|
"chalk": "^5.3.0",
|
|
50
50
|
"eslint": "^8.51.0",
|