@abaplint/cli 2.113.143 → 2.113.145
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 +26 -21
- package/package.json +3 -3
package/build/cli.js
CHANGED
|
@@ -40569,6 +40569,9 @@ class MethodParameters {
|
|
|
40569
40569
|
if (concat.includes(" FOR VALIDATE ")
|
|
40570
40570
|
|| concat.includes(" FOR BEHAVIOR ")
|
|
40571
40571
|
|| concat.includes(" FOR FEATURES ")
|
|
40572
|
+
|| concat.includes(" FOR INSTANCE FEATURES ")
|
|
40573
|
+
|| concat.includes(" FOR READ ")
|
|
40574
|
+
|| concat.includes(" FOR LOCK ")
|
|
40572
40575
|
|| concat.includes(" FOR MODIFY ")) {
|
|
40573
40576
|
const token = isRap.getFirstToken();
|
|
40574
40577
|
this.exporting.push(new _typed_identifier_1.TypedIdentifier(new identifier_1.Identifier(token.getStart(), "failed"), input.filename, basic_1.VoidType.get("RapMethodParameter"), ["exporting" /* IdentifierMeta.MethodExporting */]));
|
|
@@ -41553,7 +41556,9 @@ const cds_as_1 = __webpack_require__(/*! ./cds_as */ "./node_modules/@abaplint/c
|
|
|
41553
41556
|
const cds_cast_1 = __webpack_require__(/*! ./cds_cast */ "./node_modules/@abaplint/core/build/src/cds/expressions/cds_cast.js");
|
|
41554
41557
|
class CDSElement extends combi_1.Expression {
|
|
41555
41558
|
getRunnable() {
|
|
41556
|
-
|
|
41559
|
+
const redirected = (0, combi_1.seq)(": REDIRECTED TO", (0, combi_1.opt)((0, combi_1.alt)("PARENT", "COMPOSITION CHILD")), _1.CDSName);
|
|
41560
|
+
const colonThing = (0, combi_1.seq)(":", _1.CDSName);
|
|
41561
|
+
return (0, combi_1.seq)((0, combi_1.starPrio)(_1.CDSAnnotation), (0, combi_1.optPrio)("KEY"), (0, combi_1.altPrio)(_1.CDSAggregate, _1.CDSString, _1.CDSArithmetics, _1.CDSFunction, cds_cast_1.CDSCast, _1.CDSCase, (0, combi_1.seq)("(", _1.CDSCase, ")"), (0, combi_1.seq)(_1.CDSPrefixedName, (0, combi_1.opt)((0, combi_1.alt)(redirected, colonThing))), _1.CDSInteger), (0, combi_1.opt)(cds_as_1.CDSAs));
|
|
41557
41562
|
}
|
|
41558
41563
|
}
|
|
41559
41564
|
exports.CDSElement = CDSElement;
|
|
@@ -54590,7 +54595,7 @@ class Registry {
|
|
|
54590
54595
|
}
|
|
54591
54596
|
static abaplintVersion() {
|
|
54592
54597
|
// magic, see build script "version.sh"
|
|
54593
|
-
return "2.113.
|
|
54598
|
+
return "2.113.145";
|
|
54594
54599
|
}
|
|
54595
54600
|
getDDICReferences() {
|
|
54596
54601
|
return this.ddicReferences;
|
|
@@ -78565,27 +78570,27 @@ function expand_(str, isTop) {
|
|
|
78565
78570
|
__webpack_require__.r(__webpack_exports__);
|
|
78566
78571
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
78567
78572
|
/* harmony export */ Chalk: () => (/* binding */ Chalk),
|
|
78568
|
-
/* harmony export */ backgroundColorNames: () => (/* reexport safe */
|
|
78569
|
-
/* harmony export */ backgroundColors: () => (/* reexport safe */
|
|
78573
|
+
/* harmony export */ backgroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
78574
|
+
/* harmony export */ backgroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
78570
78575
|
/* harmony export */ chalkStderr: () => (/* binding */ chalkStderr),
|
|
78571
|
-
/* harmony export */ colorNames: () => (/* reexport safe */
|
|
78572
|
-
/* harmony export */ colors: () => (/* reexport safe */
|
|
78576
|
+
/* harmony export */ colorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
78577
|
+
/* harmony export */ colors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
78573
78578
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
78574
|
-
/* harmony export */ foregroundColorNames: () => (/* reexport safe */
|
|
78575
|
-
/* harmony export */ foregroundColors: () => (/* reexport safe */
|
|
78576
|
-
/* harmony export */ modifierNames: () => (/* reexport safe */
|
|
78577
|
-
/* harmony export */ modifiers: () => (/* reexport safe */
|
|
78579
|
+
/* harmony export */ foregroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
78580
|
+
/* harmony export */ foregroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
78581
|
+
/* harmony export */ modifierNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
78582
|
+
/* harmony export */ modifiers: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
78578
78583
|
/* harmony export */ supportsColor: () => (/* binding */ stdoutColor),
|
|
78579
78584
|
/* harmony export */ supportsColorStderr: () => (/* binding */ stderrColor)
|
|
78580
78585
|
/* harmony export */ });
|
|
78581
|
-
/* harmony import */ var
|
|
78582
|
-
/* harmony import */ var
|
|
78586
|
+
/* harmony import */ var _ansi_styles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./vendor/ansi-styles/index.js */ "./node_modules/chalk/source/vendor/ansi-styles/index.js");
|
|
78587
|
+
/* harmony import */ var _supports_color__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! #supports-color */ "./node_modules/chalk/source/vendor/supports-color/index.js");
|
|
78583
78588
|
/* harmony import */ var _utilities_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utilities.js */ "./node_modules/chalk/source/utilities.js");
|
|
78584
78589
|
|
|
78585
78590
|
|
|
78586
78591
|
|
|
78587
78592
|
|
|
78588
|
-
const {stdout: stdoutColor, stderr: stderrColor} =
|
|
78593
|
+
const {stdout: stdoutColor, stderr: stderrColor} = _supports_color__WEBPACK_IMPORTED_MODULE_1__["default"];
|
|
78589
78594
|
|
|
78590
78595
|
const GENERATOR = Symbol('GENERATOR');
|
|
78591
78596
|
const STYLER = Symbol('STYLER');
|
|
@@ -78633,7 +78638,7 @@ function createChalk(options) {
|
|
|
78633
78638
|
|
|
78634
78639
|
Object.setPrototypeOf(createChalk.prototype, Function.prototype);
|
|
78635
78640
|
|
|
78636
|
-
for (const [styleName, style] of Object.entries(
|
|
78641
|
+
for (const [styleName, style] of Object.entries(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"])) {
|
|
78637
78642
|
styles[styleName] = {
|
|
78638
78643
|
get() {
|
|
78639
78644
|
const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
|
|
@@ -78654,21 +78659,21 @@ styles.visible = {
|
|
|
78654
78659
|
const getModelAnsi = (model, level, type, ...arguments_) => {
|
|
78655
78660
|
if (model === 'rgb') {
|
|
78656
78661
|
if (level === 'ansi16m') {
|
|
78657
|
-
return
|
|
78662
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi16m(...arguments_);
|
|
78658
78663
|
}
|
|
78659
78664
|
|
|
78660
78665
|
if (level === 'ansi256') {
|
|
78661
|
-
return
|
|
78666
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi256(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].rgbToAnsi256(...arguments_));
|
|
78662
78667
|
}
|
|
78663
78668
|
|
|
78664
|
-
return
|
|
78669
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].rgbToAnsi(...arguments_));
|
|
78665
78670
|
}
|
|
78666
78671
|
|
|
78667
78672
|
if (model === 'hex') {
|
|
78668
|
-
return getModelAnsi('rgb', level, type, ...
|
|
78673
|
+
return getModelAnsi('rgb', level, type, ..._ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].hexToRgb(...arguments_));
|
|
78669
78674
|
}
|
|
78670
78675
|
|
|
78671
|
-
return
|
|
78676
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type][model](...arguments_);
|
|
78672
78677
|
};
|
|
78673
78678
|
|
|
78674
78679
|
const usedModels = ['rgb', 'hex', 'ansi256'];
|
|
@@ -78678,7 +78683,7 @@ for (const model of usedModels) {
|
|
|
78678
78683
|
get() {
|
|
78679
78684
|
const {level} = this;
|
|
78680
78685
|
return function (...arguments_) {
|
|
78681
|
-
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'color', ...arguments_),
|
|
78686
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'color', ...arguments_), _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].color.close, this[STYLER]);
|
|
78682
78687
|
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
78683
78688
|
};
|
|
78684
78689
|
},
|
|
@@ -78689,7 +78694,7 @@ for (const model of usedModels) {
|
|
|
78689
78694
|
get() {
|
|
78690
78695
|
const {level} = this;
|
|
78691
78696
|
return function (...arguments_) {
|
|
78692
|
-
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'bgColor', ...arguments_),
|
|
78697
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'bgColor', ...arguments_), _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].bgColor.close, this[STYLER]);
|
|
78693
78698
|
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
78694
78699
|
};
|
|
78695
78700
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.145",
|
|
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.145",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"mocha": "^11.7.1",
|
|
56
56
|
"progress": "^2.0.3",
|
|
57
57
|
"typescript": "^5.8.3",
|
|
58
|
-
"webpack": "^5.100.
|
|
58
|
+
"webpack": "^5.100.2",
|
|
59
59
|
"webpack-cli": "^6.0.1",
|
|
60
60
|
"xml-js": "^1.6.11"
|
|
61
61
|
}
|