@abaplint/cli 2.113.194 → 2.113.195
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 +28 -6
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -4855,12 +4855,10 @@ exports.CorrespondingBody = void 0;
|
|
|
4855
4855
|
const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
|
|
4856
4856
|
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
4857
4857
|
const version_1 = __webpack_require__(/*! ../../../version */ "./node_modules/@abaplint/core/build/src/version.js");
|
|
4858
|
-
const component_chain_1 = __webpack_require__(/*! ./component_chain */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_chain.js");
|
|
4859
4858
|
class CorrespondingBody extends combi_1.Expression {
|
|
4860
4859
|
getRunnable() {
|
|
4861
|
-
const mapping = (0, combi_1.seq)("MAPPING", (0, combi_1.plus)((0, combi_1.seq)(_1.ComponentName, "=", component_chain_1.ComponentChain)));
|
|
4862
4860
|
const discarding = (0, combi_1.ver)(version_1.Version.v751, "DISCARDING DUPLICATES");
|
|
4863
|
-
return (0, combi_1.seq)((0, combi_1.optPrio)("DEEP"), (0, combi_1.optPrio)(_1.CorrespondingBodyBase), _1.Source, (0, combi_1.optPrio)(discarding), (0, combi_1.optPrio)(
|
|
4861
|
+
return (0, combi_1.seq)((0, combi_1.optPrio)("DEEP"), (0, combi_1.optPrio)(_1.CorrespondingBodyBase), _1.Source, (0, combi_1.optPrio)(discarding), (0, combi_1.optPrio)(_1.CorrespondingBodyMapping), (0, combi_1.optPrio)("CHANGING CONTROL"), (0, combi_1.optPrio)((0, combi_1.seq)("MAPPING FROM ENTITY", (0, combi_1.optPrio)("USING CONTROL"))), // todo, version something?
|
|
4864
4862
|
(0, combi_1.optPrio)((0, combi_1.seq)("EXCEPT", (0, combi_1.alt)((0, combi_1.plus)(_1.Field), "*"))));
|
|
4865
4863
|
}
|
|
4866
4864
|
}
|
|
@@ -4892,6 +4890,29 @@ exports.CorrespondingBodyBase = CorrespondingBodyBase;
|
|
|
4892
4890
|
|
|
4893
4891
|
/***/ }),
|
|
4894
4892
|
|
|
4893
|
+
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body_mapping.js":
|
|
4894
|
+
/*!***********************************************************************************************************!*\
|
|
4895
|
+
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body_mapping.js ***!
|
|
4896
|
+
\***********************************************************************************************************/
|
|
4897
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
4898
|
+
|
|
4899
|
+
"use strict";
|
|
4900
|
+
|
|
4901
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4902
|
+
exports.CorrespondingBodyMapping = void 0;
|
|
4903
|
+
const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
|
|
4904
|
+
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
4905
|
+
class CorrespondingBodyMapping extends combi_1.Expression {
|
|
4906
|
+
getRunnable() {
|
|
4907
|
+
const mapping = (0, combi_1.seq)("MAPPING", (0, combi_1.plus)((0, combi_1.seq)(_1.ComponentName, "=", _1.ComponentChain)));
|
|
4908
|
+
return mapping;
|
|
4909
|
+
}
|
|
4910
|
+
}
|
|
4911
|
+
exports.CorrespondingBodyMapping = CorrespondingBodyMapping;
|
|
4912
|
+
//# sourceMappingURL=corresponding_body_mapping.js.map
|
|
4913
|
+
|
|
4914
|
+
/***/ }),
|
|
4915
|
+
|
|
4895
4916
|
/***/ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/data_definition.js":
|
|
4896
4917
|
/*!************************************************************************************************!*\
|
|
4897
4918
|
!*** ./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/data_definition.js ***!
|
|
@@ -5873,9 +5894,7 @@ __exportStar(__webpack_require__(/*! ./compare */ "./node_modules/@abaplint/core
|
|
|
5873
5894
|
__exportStar(__webpack_require__(/*! ./component_chain_simple */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_chain_simple.js"), exports);
|
|
5874
5895
|
__exportStar(__webpack_require__(/*! ./component_chain */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_chain.js"), exports);
|
|
5875
5896
|
__exportStar(__webpack_require__(/*! ./component_compare_simple */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_compare_simple.js"), exports);
|
|
5876
|
-
__exportStar(__webpack_require__(/*! ./value_base */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/value_base.js"), exports);
|
|
5877
5897
|
__exportStar(__webpack_require__(/*! ./component_compare_single */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_compare_single.js"), exports);
|
|
5878
|
-
__exportStar(__webpack_require__(/*! ./corresponding_body_base */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body_base.js"), exports);
|
|
5879
5898
|
__exportStar(__webpack_require__(/*! ./component_compare */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_compare.js"), exports);
|
|
5880
5899
|
__exportStar(__webpack_require__(/*! ./component_cond_sub */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_cond_sub.js"), exports);
|
|
5881
5900
|
__exportStar(__webpack_require__(/*! ./component_cond */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/component_cond.js"), exports);
|
|
@@ -5888,6 +5907,8 @@ __exportStar(__webpack_require__(/*! ./constant_field_length */ "./node_modules/
|
|
|
5888
5907
|
__exportStar(__webpack_require__(/*! ./constant_string */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/constant_string.js"), exports);
|
|
5889
5908
|
__exportStar(__webpack_require__(/*! ./constant */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/constant.js"), exports);
|
|
5890
5909
|
__exportStar(__webpack_require__(/*! ./conv_body */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/conv_body.js"), exports);
|
|
5910
|
+
__exportStar(__webpack_require__(/*! ./corresponding_body_base */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body_base.js"), exports);
|
|
5911
|
+
__exportStar(__webpack_require__(/*! ./corresponding_body_mapping */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body_mapping.js"), exports);
|
|
5891
5912
|
__exportStar(__webpack_require__(/*! ./corresponding_body */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/corresponding_body.js"), exports);
|
|
5892
5913
|
__exportStar(__webpack_require__(/*! ./data_definition */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/data_definition.js"), exports);
|
|
5893
5914
|
__exportStar(__webpack_require__(/*! ./database_connection */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/database_connection.js"), exports);
|
|
@@ -6068,6 +6089,7 @@ __exportStar(__webpack_require__(/*! ./type_structure */ "./node_modules/@abapli
|
|
|
6068
6089
|
__exportStar(__webpack_require__(/*! ./type_table_key */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_table_key.js"), exports);
|
|
6069
6090
|
__exportStar(__webpack_require__(/*! ./type_table */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type_table.js"), exports);
|
|
6070
6091
|
__exportStar(__webpack_require__(/*! ./type */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/type.js"), exports);
|
|
6092
|
+
__exportStar(__webpack_require__(/*! ./value_base */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/value_base.js"), exports);
|
|
6071
6093
|
__exportStar(__webpack_require__(/*! ./value_body_line */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/value_body_line.js"), exports);
|
|
6072
6094
|
__exportStar(__webpack_require__(/*! ./value_body_lines */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/value_body_lines.js"), exports);
|
|
6073
6095
|
__exportStar(__webpack_require__(/*! ./value_body */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/value_body.js"), exports);
|
|
@@ -54955,7 +54977,7 @@ class Registry {
|
|
|
54955
54977
|
}
|
|
54956
54978
|
static abaplintVersion() {
|
|
54957
54979
|
// magic, see build script "version.sh"
|
|
54958
|
-
return "2.113.
|
|
54980
|
+
return "2.113.195";
|
|
54959
54981
|
}
|
|
54960
54982
|
getDDICReferences() {
|
|
54961
54983
|
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.195",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
41
|
+
"@abaplint/core": "^2.113.195",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
45
|
-
"@types/node": "^24.3.
|
|
45
|
+
"@types/node": "^24.3.1",
|
|
46
46
|
"@types/progress": "^2.0.7",
|
|
47
47
|
"chai": "^4.5.0",
|
|
48
48
|
"p-limit": "^3.1.0",
|