@kontur.candy/generator 4.250.0-cc-widget-update.2 → 4.250.0-cc-widget-update.3
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/dist/index.js +23 -23
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34487,7 +34487,7 @@ function highlight(code, options = {}) {
|
|
|
34487
34487
|
|
|
34488
34488
|
"use strict";
|
|
34489
34489
|
|
|
34490
|
-
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/escape-string-regexp/index.js");
|
|
34490
|
+
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js");
|
|
34491
34491
|
const ansiStyles = __webpack_require__(/*! ansi-styles */ "./node_modules/ansi-styles/index.js");
|
|
34492
34492
|
const stdoutColor = (__webpack_require__(/*! supports-color */ "./node_modules/@babel/highlight/node_modules/supports-color/index.js").stdout);
|
|
34493
34493
|
|
|
@@ -34855,6 +34855,28 @@ module.exports = (chalk, tmp) => {
|
|
|
34855
34855
|
};
|
|
34856
34856
|
|
|
34857
34857
|
|
|
34858
|
+
/***/ }),
|
|
34859
|
+
|
|
34860
|
+
/***/ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js":
|
|
34861
|
+
/*!**********************************************************************************!*\
|
|
34862
|
+
!*** ./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js ***!
|
|
34863
|
+
\**********************************************************************************/
|
|
34864
|
+
/***/ ((module) => {
|
|
34865
|
+
|
|
34866
|
+
"use strict";
|
|
34867
|
+
|
|
34868
|
+
|
|
34869
|
+
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
34870
|
+
|
|
34871
|
+
module.exports = function (str) {
|
|
34872
|
+
if (typeof str !== 'string') {
|
|
34873
|
+
throw new TypeError('Expected a string');
|
|
34874
|
+
}
|
|
34875
|
+
|
|
34876
|
+
return str.replace(matchOperatorsRe, '\\$&');
|
|
34877
|
+
};
|
|
34878
|
+
|
|
34879
|
+
|
|
34858
34880
|
/***/ }),
|
|
34859
34881
|
|
|
34860
34882
|
/***/ "./node_modules/@babel/highlight/node_modules/has-flag/index.js":
|
|
@@ -194570,28 +194592,6 @@ module.exports = {
|
|
|
194570
194592
|
"17.0": "96"
|
|
194571
194593
|
};
|
|
194572
194594
|
|
|
194573
|
-
/***/ }),
|
|
194574
|
-
|
|
194575
|
-
/***/ "./node_modules/escape-string-regexp/index.js":
|
|
194576
|
-
/*!****************************************************!*\
|
|
194577
|
-
!*** ./node_modules/escape-string-regexp/index.js ***!
|
|
194578
|
-
\****************************************************/
|
|
194579
|
-
/***/ ((module) => {
|
|
194580
|
-
|
|
194581
|
-
"use strict";
|
|
194582
|
-
|
|
194583
|
-
|
|
194584
|
-
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
194585
|
-
|
|
194586
|
-
module.exports = function (str) {
|
|
194587
|
-
if (typeof str !== 'string') {
|
|
194588
|
-
throw new TypeError('Expected a string');
|
|
194589
|
-
}
|
|
194590
|
-
|
|
194591
|
-
return str.replace(matchOperatorsRe, '\\$&');
|
|
194592
|
-
};
|
|
194593
|
-
|
|
194594
|
-
|
|
194595
194595
|
/***/ }),
|
|
194596
194596
|
|
|
194597
194597
|
/***/ "./node_modules/fbjs/lib/areEqual.js":
|