@abaplint/cli 2.113.143 → 2.113.144
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 +19 -19
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -78565,27 +78565,27 @@ function expand_(str, isTop) {
|
|
|
78565
78565
|
__webpack_require__.r(__webpack_exports__);
|
|
78566
78566
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
78567
78567
|
/* harmony export */ Chalk: () => (/* binding */ Chalk),
|
|
78568
|
-
/* harmony export */ backgroundColorNames: () => (/* reexport safe */
|
|
78569
|
-
/* harmony export */ backgroundColors: () => (/* reexport safe */
|
|
78568
|
+
/* harmony export */ backgroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
78569
|
+
/* harmony export */ backgroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
78570
78570
|
/* harmony export */ chalkStderr: () => (/* binding */ chalkStderr),
|
|
78571
|
-
/* harmony export */ colorNames: () => (/* reexport safe */
|
|
78572
|
-
/* harmony export */ colors: () => (/* reexport safe */
|
|
78571
|
+
/* harmony export */ colorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
78572
|
+
/* harmony export */ colors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
78573
78573
|
/* 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 */
|
|
78574
|
+
/* harmony export */ foregroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
78575
|
+
/* harmony export */ foregroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
78576
|
+
/* harmony export */ modifierNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
78577
|
+
/* harmony export */ modifiers: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
78578
78578
|
/* harmony export */ supportsColor: () => (/* binding */ stdoutColor),
|
|
78579
78579
|
/* harmony export */ supportsColorStderr: () => (/* binding */ stderrColor)
|
|
78580
78580
|
/* harmony export */ });
|
|
78581
|
-
/* harmony import */ var
|
|
78582
|
-
/* harmony import */ var
|
|
78581
|
+
/* 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");
|
|
78582
|
+
/* harmony import */ var _supports_color__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! #supports-color */ "./node_modules/chalk/source/vendor/supports-color/index.js");
|
|
78583
78583
|
/* harmony import */ var _utilities_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utilities.js */ "./node_modules/chalk/source/utilities.js");
|
|
78584
78584
|
|
|
78585
78585
|
|
|
78586
78586
|
|
|
78587
78587
|
|
|
78588
|
-
const {stdout: stdoutColor, stderr: stderrColor} =
|
|
78588
|
+
const {stdout: stdoutColor, stderr: stderrColor} = _supports_color__WEBPACK_IMPORTED_MODULE_1__["default"];
|
|
78589
78589
|
|
|
78590
78590
|
const GENERATOR = Symbol('GENERATOR');
|
|
78591
78591
|
const STYLER = Symbol('STYLER');
|
|
@@ -78633,7 +78633,7 @@ function createChalk(options) {
|
|
|
78633
78633
|
|
|
78634
78634
|
Object.setPrototypeOf(createChalk.prototype, Function.prototype);
|
|
78635
78635
|
|
|
78636
|
-
for (const [styleName, style] of Object.entries(
|
|
78636
|
+
for (const [styleName, style] of Object.entries(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"])) {
|
|
78637
78637
|
styles[styleName] = {
|
|
78638
78638
|
get() {
|
|
78639
78639
|
const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
|
|
@@ -78654,21 +78654,21 @@ styles.visible = {
|
|
|
78654
78654
|
const getModelAnsi = (model, level, type, ...arguments_) => {
|
|
78655
78655
|
if (model === 'rgb') {
|
|
78656
78656
|
if (level === 'ansi16m') {
|
|
78657
|
-
return
|
|
78657
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi16m(...arguments_);
|
|
78658
78658
|
}
|
|
78659
78659
|
|
|
78660
78660
|
if (level === 'ansi256') {
|
|
78661
|
-
return
|
|
78661
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi256(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].rgbToAnsi256(...arguments_));
|
|
78662
78662
|
}
|
|
78663
78663
|
|
|
78664
|
-
return
|
|
78664
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type].ansi(_ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].rgbToAnsi(...arguments_));
|
|
78665
78665
|
}
|
|
78666
78666
|
|
|
78667
78667
|
if (model === 'hex') {
|
|
78668
|
-
return getModelAnsi('rgb', level, type, ...
|
|
78668
|
+
return getModelAnsi('rgb', level, type, ..._ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].hexToRgb(...arguments_));
|
|
78669
78669
|
}
|
|
78670
78670
|
|
|
78671
|
-
return
|
|
78671
|
+
return _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"][type][model](...arguments_);
|
|
78672
78672
|
};
|
|
78673
78673
|
|
|
78674
78674
|
const usedModels = ['rgb', 'hex', 'ansi256'];
|
|
@@ -78678,7 +78678,7 @@ for (const model of usedModels) {
|
|
|
78678
78678
|
get() {
|
|
78679
78679
|
const {level} = this;
|
|
78680
78680
|
return function (...arguments_) {
|
|
78681
|
-
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'color', ...arguments_),
|
|
78681
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'color', ...arguments_), _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].color.close, this[STYLER]);
|
|
78682
78682
|
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
78683
78683
|
};
|
|
78684
78684
|
},
|
|
@@ -78689,7 +78689,7 @@ for (const model of usedModels) {
|
|
|
78689
78689
|
get() {
|
|
78690
78690
|
const {level} = this;
|
|
78691
78691
|
return function (...arguments_) {
|
|
78692
|
-
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'bgColor', ...arguments_),
|
|
78692
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], 'bgColor', ...arguments_), _ansi_styles__WEBPACK_IMPORTED_MODULE_0__["default"].bgColor.close, this[STYLER]);
|
|
78693
78693
|
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
78694
78694
|
};
|
|
78695
78695
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.144",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -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
|
}
|