@abaplint/cli 2.113.116 → 2.113.117
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 +45 -11
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -10073,9 +10073,9 @@ const expressions_1 = __webpack_require__(/*! ../expressions */ "./node_modules/
|
|
|
10073
10073
|
class Add {
|
|
10074
10074
|
getMatcher() {
|
|
10075
10075
|
const to = (0, combi_1.seq)("TO", expressions_1.Target);
|
|
10076
|
-
const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.
|
|
10077
|
-
const giving = (0, combi_1.seq)("GIVING", expressions_1.
|
|
10078
|
-
const then = (0, combi_1.seq)("THEN", expressions_1.
|
|
10076
|
+
const accordingTo = (0, combi_1.seq)("ACCORDING TO", expressions_1.Source);
|
|
10077
|
+
const giving = (0, combi_1.seq)("GIVING", expressions_1.Source);
|
|
10078
|
+
const then = (0, combi_1.seq)("THEN", expressions_1.Source, "UNTIL", expressions_1.Source, (0, combi_1.opt)((0, combi_1.per)(giving, accordingTo)), (0, combi_1.opt)(to));
|
|
10079
10079
|
const ret = (0, combi_1.seq)("ADD", expressions_1.Source, (0, combi_1.altPrio)(to, then));
|
|
10080
10080
|
return ret;
|
|
10081
10081
|
}
|
|
@@ -12213,8 +12213,9 @@ class DynproLoop {
|
|
|
12213
12213
|
const into = (0, combi_1.seq)("INTO", simple_source2_1.SimpleSource2);
|
|
12214
12214
|
const cursor = (0, combi_1.seq)("CURSOR", simple_source2_1.SimpleSource2);
|
|
12215
12215
|
const withControl = (0, combi_1.seq)("WITH CONTROL", simple_source2_1.SimpleSource2);
|
|
12216
|
-
const
|
|
12217
|
-
|
|
12216
|
+
const from = (0, combi_1.seq)("FROM", simple_source2_1.SimpleSource2);
|
|
12217
|
+
const to = (0, combi_1.seq)("TO", simple_source2_1.SimpleSource2);
|
|
12218
|
+
return (0, combi_1.seq)("LOOP AT", simple_source2_1.SimpleSource2, (0, combi_1.per)(into, withControl, cursor, from, to));
|
|
12218
12219
|
}
|
|
12219
12220
|
}
|
|
12220
12221
|
exports.DynproLoop = DynproLoop;
|
|
@@ -13149,7 +13150,8 @@ class Field {
|
|
|
13149
13150
|
getMatcher() {
|
|
13150
13151
|
const module = (0, combi_1.seq)("MODULE", expressions_1.FormName, (0, combi_1.opt)((0, combi_1.alt)("ON INPUT", "ON REQUEST", "ON CHAIN-REQUEST")));
|
|
13151
13152
|
const values = (0, combi_1.seq)("VALUES", (0, combi_1.tok)(tokens_1.WParenLeft), "BETWEEN", expressions_1.Constant, "AND", expressions_1.Constant, (0, combi_1.tok)(tokens_1.ParenRightW));
|
|
13152
|
-
const
|
|
13153
|
+
const wit = (0, combi_1.seq)("WITH", expressions_1.FieldChain);
|
|
13154
|
+
const ret = (0, combi_1.seq)("FIELD", expressions_1.FieldChain, (0, combi_1.opt)((0, combi_1.altPrio)(module, values, wit)));
|
|
13153
13155
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
13154
13156
|
}
|
|
13155
13157
|
}
|
|
@@ -49501,6 +49503,7 @@ __exportStar(__webpack_require__(/*! ./abap_query_functional_area */ "./node_mod
|
|
|
49501
49503
|
__exportStar(__webpack_require__(/*! ./abap_query_query */ "./node_modules/@abaplint/core/build/src/objects/abap_query_query.js"), exports);
|
|
49502
49504
|
__exportStar(__webpack_require__(/*! ./activation_variant */ "./node_modules/@abaplint/core/build/src/objects/activation_variant.js"), exports);
|
|
49503
49505
|
__exportStar(__webpack_require__(/*! ./api_release_state */ "./node_modules/@abaplint/core/build/src/objects/api_release_state.js"), exports);
|
|
49506
|
+
__exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
|
|
49504
49507
|
__exportStar(__webpack_require__(/*! ./application_job_catalog_entry */ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js"), exports);
|
|
49505
49508
|
__exportStar(__webpack_require__(/*! ./application_job_template */ "./node_modules/@abaplint/core/build/src/objects/application_job_template.js"), exports);
|
|
49506
49509
|
__exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
|
|
@@ -49509,11 +49512,11 @@ __exportStar(__webpack_require__(/*! ./atc_check_category */ "./node_modules/@ab
|
|
|
49509
49512
|
__exportStar(__webpack_require__(/*! ./atc_check_object */ "./node_modules/@abaplint/core/build/src/objects/atc_check_object.js"), exports);
|
|
49510
49513
|
__exportStar(__webpack_require__(/*! ./atc_check_variant */ "./node_modules/@abaplint/core/build/src/objects/atc_check_variant.js"), exports);
|
|
49511
49514
|
__exportStar(__webpack_require__(/*! ./authorization_check_field */ "./node_modules/@abaplint/core/build/src/objects/authorization_check_field.js"), exports);
|
|
49512
|
-
__exportStar(__webpack_require__(/*! ./application_descriptors_fiori */ "./node_modules/@abaplint/core/build/src/objects/application_descriptors_fiori.js"), exports);
|
|
49513
49515
|
__exportStar(__webpack_require__(/*! ./authorization_group */ "./node_modules/@abaplint/core/build/src/objects/authorization_group.js"), exports);
|
|
49514
49516
|
__exportStar(__webpack_require__(/*! ./authorization_object_class */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_class.js"), exports);
|
|
49515
49517
|
__exportStar(__webpack_require__(/*! ./authorization_object_extension */ "./node_modules/@abaplint/core/build/src/objects/authorization_object_extension.js"), exports);
|
|
49516
49518
|
__exportStar(__webpack_require__(/*! ./authorization_object */ "./node_modules/@abaplint/core/build/src/objects/authorization_object.js"), exports);
|
|
49519
|
+
__exportStar(__webpack_require__(/*! ./badi_definition */ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js"), exports);
|
|
49517
49520
|
__exportStar(__webpack_require__(/*! ./behavior_definition */ "./node_modules/@abaplint/core/build/src/objects/behavior_definition.js"), exports);
|
|
49518
49521
|
__exportStar(__webpack_require__(/*! ./brf_plus_system_application */ "./node_modules/@abaplint/core/build/src/objects/brf_plus_system_application.js"), exports);
|
|
49519
49522
|
__exportStar(__webpack_require__(/*! ./bsp_application */ "./node_modules/@abaplint/core/build/src/objects/bsp_application.js"), exports);
|
|
@@ -49526,8 +49529,6 @@ __exportStar(__webpack_require__(/*! ./business_function_set_assignment */ "./no
|
|
|
49526
49529
|
__exportStar(__webpack_require__(/*! ./business_object_model */ "./node_modules/@abaplint/core/build/src/objects/business_object_model.js"), exports);
|
|
49527
49530
|
__exportStar(__webpack_require__(/*! ./business_object_type */ "./node_modules/@abaplint/core/build/src/objects/business_object_type.js"), exports);
|
|
49528
49531
|
__exportStar(__webpack_require__(/*! ./cds_metadata_extension */ "./node_modules/@abaplint/core/build/src/objects/cds_metadata_extension.js"), exports);
|
|
49529
|
-
__exportStar(__webpack_require__(/*! ./badi_definition */ "./node_modules/@abaplint/core/build/src/objects/badi_definition.js"), exports);
|
|
49530
|
-
__exportStar(__webpack_require__(/*! ./entity_type */ "./node_modules/@abaplint/core/build/src/objects/entity_type.js"), exports);
|
|
49531
49532
|
__exportStar(__webpack_require__(/*! ./cds_type */ "./node_modules/@abaplint/core/build/src/objects/cds_type.js"), exports);
|
|
49532
49533
|
__exportStar(__webpack_require__(/*! ./change_document */ "./node_modules/@abaplint/core/build/src/objects/change_document.js"), exports);
|
|
49533
49534
|
__exportStar(__webpack_require__(/*! ./chapter_of_book_structure */ "./node_modules/@abaplint/core/build/src/objects/chapter_of_book_structure.js"), exports);
|
|
@@ -49553,6 +49554,7 @@ __exportStar(__webpack_require__(/*! ./ecatt_test_data_container */ "./node_modu
|
|
|
49553
49554
|
__exportStar(__webpack_require__(/*! ./ecatt_test_script */ "./node_modules/@abaplint/core/build/src/objects/ecatt_test_script.js"), exports);
|
|
49554
49555
|
__exportStar(__webpack_require__(/*! ./enhancement_implementation */ "./node_modules/@abaplint/core/build/src/objects/enhancement_implementation.js"), exports);
|
|
49555
49556
|
__exportStar(__webpack_require__(/*! ./enhancement_spot */ "./node_modules/@abaplint/core/build/src/objects/enhancement_spot.js"), exports);
|
|
49557
|
+
__exportStar(__webpack_require__(/*! ./entity_type */ "./node_modules/@abaplint/core/build/src/objects/entity_type.js"), exports);
|
|
49556
49558
|
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
49557
49559
|
__exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
|
|
49558
49560
|
__exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
|
|
@@ -49566,7 +49568,6 @@ __exportStar(__webpack_require__(/*! ./gateway_model_metadata */ "./node_modules
|
|
|
49566
49568
|
__exportStar(__webpack_require__(/*! ./gateway_model */ "./node_modules/@abaplint/core/build/src/objects/gateway_model.js"), exports);
|
|
49567
49569
|
__exportStar(__webpack_require__(/*! ./gateway_project */ "./node_modules/@abaplint/core/build/src/objects/gateway_project.js"), exports);
|
|
49568
49570
|
__exportStar(__webpack_require__(/*! ./gateway_service_groups_metadata */ "./node_modules/@abaplint/core/build/src/objects/gateway_service_groups_metadata.js"), exports);
|
|
49569
|
-
__exportStar(__webpack_require__(/*! ./web_reporting_template */ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js"), exports);
|
|
49570
49571
|
__exportStar(__webpack_require__(/*! ./gateway_service */ "./node_modules/@abaplint/core/build/src/objects/gateway_service.js"), exports);
|
|
49571
49572
|
__exportStar(__webpack_require__(/*! ./gateway_vocabulary_annotation */ "./node_modules/@abaplint/core/build/src/objects/gateway_vocabulary_annotation.js"), exports);
|
|
49572
49573
|
__exportStar(__webpack_require__(/*! ./general_hierarchy_storage_extrension_name */ "./node_modules/@abaplint/core/build/src/objects/general_hierarchy_storage_extrension_name.js"), exports);
|
|
@@ -49582,6 +49583,7 @@ __exportStar(__webpack_require__(/*! ./icf_service */ "./node_modules/@abaplint/
|
|
|
49582
49583
|
__exportStar(__webpack_require__(/*! ./idoc_extension */ "./node_modules/@abaplint/core/build/src/objects/idoc_extension.js"), exports);
|
|
49583
49584
|
__exportStar(__webpack_require__(/*! ./idoc */ "./node_modules/@abaplint/core/build/src/objects/idoc.js"), exports);
|
|
49584
49585
|
__exportStar(__webpack_require__(/*! ./inbound_service */ "./node_modules/@abaplint/core/build/src/objects/inbound_service.js"), exports);
|
|
49586
|
+
__exportStar(__webpack_require__(/*! ./info_area */ "./node_modules/@abaplint/core/build/src/objects/info_area.js"), exports);
|
|
49585
49587
|
__exportStar(__webpack_require__(/*! ./info_object */ "./node_modules/@abaplint/core/build/src/objects/info_object.js"), exports);
|
|
49586
49588
|
__exportStar(__webpack_require__(/*! ./interface */ "./node_modules/@abaplint/core/build/src/objects/interface.js"), exports);
|
|
49587
49589
|
__exportStar(__webpack_require__(/*! ./lock_object */ "./node_modules/@abaplint/core/build/src/objects/lock_object.js"), exports);
|
|
@@ -49655,10 +49657,42 @@ __exportStar(__webpack_require__(/*! ./web_dynpro_application */ "./node_modules
|
|
|
49655
49657
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component_configuration */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component_configuration.js"), exports);
|
|
49656
49658
|
__exportStar(__webpack_require__(/*! ./web_dynpro_component */ "./node_modules/@abaplint/core/build/src/objects/web_dynpro_component.js"), exports);
|
|
49657
49659
|
__exportStar(__webpack_require__(/*! ./web_mime */ "./node_modules/@abaplint/core/build/src/objects/web_mime.js"), exports);
|
|
49660
|
+
__exportStar(__webpack_require__(/*! ./web_reporting_template */ "./node_modules/@abaplint/core/build/src/objects/web_reporting_template.js"), exports);
|
|
49658
49661
|
//# sourceMappingURL=index.js.map
|
|
49659
49662
|
|
|
49660
49663
|
/***/ }),
|
|
49661
49664
|
|
|
49665
|
+
/***/ "./node_modules/@abaplint/core/build/src/objects/info_area.js":
|
|
49666
|
+
/*!********************************************************************!*\
|
|
49667
|
+
!*** ./node_modules/@abaplint/core/build/src/objects/info_area.js ***!
|
|
49668
|
+
\********************************************************************/
|
|
49669
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
49670
|
+
|
|
49671
|
+
"use strict";
|
|
49672
|
+
|
|
49673
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
49674
|
+
exports.InfoArea = void 0;
|
|
49675
|
+
const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
|
|
49676
|
+
class InfoArea extends _abstract_object_1.AbstractObject {
|
|
49677
|
+
getType() {
|
|
49678
|
+
return "AREA";
|
|
49679
|
+
}
|
|
49680
|
+
getAllowedNaming() {
|
|
49681
|
+
return {
|
|
49682
|
+
maxLength: 30,
|
|
49683
|
+
allowNamespace: true,
|
|
49684
|
+
};
|
|
49685
|
+
}
|
|
49686
|
+
getDescription() {
|
|
49687
|
+
// todo
|
|
49688
|
+
return undefined;
|
|
49689
|
+
}
|
|
49690
|
+
}
|
|
49691
|
+
exports.InfoArea = InfoArea;
|
|
49692
|
+
//# sourceMappingURL=info_area.js.map
|
|
49693
|
+
|
|
49694
|
+
/***/ }),
|
|
49695
|
+
|
|
49662
49696
|
/***/ "./node_modules/@abaplint/core/build/src/objects/info_object.js":
|
|
49663
49697
|
/*!**********************************************************************!*\
|
|
49664
49698
|
!*** ./node_modules/@abaplint/core/build/src/objects/info_object.js ***!
|
|
@@ -54123,7 +54157,7 @@ class Registry {
|
|
|
54123
54157
|
}
|
|
54124
54158
|
static abaplintVersion() {
|
|
54125
54159
|
// magic, see build script "version.sh"
|
|
54126
|
-
return "2.113.
|
|
54160
|
+
return "2.113.117";
|
|
54127
54161
|
}
|
|
54128
54162
|
getDDICReferences() {
|
|
54129
54163
|
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.117",
|
|
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.117",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|