@kontur.candy/generator 4.272.0 → 4.273.0-react-ui4.0
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
|
@@ -34469,7 +34469,7 @@ function highlight(code, options = {}) {
|
|
|
34469
34469
|
|
|
34470
34470
|
"use strict";
|
|
34471
34471
|
|
|
34472
|
-
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/escape-string-regexp/index.js");
|
|
34472
|
+
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js");
|
|
34473
34473
|
const ansiStyles = __webpack_require__(/*! ansi-styles */ "./node_modules/ansi-styles/index.js");
|
|
34474
34474
|
const stdoutColor = (__webpack_require__(/*! supports-color */ "./node_modules/@babel/highlight/node_modules/supports-color/index.js").stdout);
|
|
34475
34475
|
|
|
@@ -34837,6 +34837,28 @@ module.exports = (chalk, tmp) => {
|
|
|
34837
34837
|
};
|
|
34838
34838
|
|
|
34839
34839
|
|
|
34840
|
+
/***/ }),
|
|
34841
|
+
|
|
34842
|
+
/***/ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js":
|
|
34843
|
+
/*!**********************************************************************************!*\
|
|
34844
|
+
!*** ./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js ***!
|
|
34845
|
+
\**********************************************************************************/
|
|
34846
|
+
/***/ ((module) => {
|
|
34847
|
+
|
|
34848
|
+
"use strict";
|
|
34849
|
+
|
|
34850
|
+
|
|
34851
|
+
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
34852
|
+
|
|
34853
|
+
module.exports = function (str) {
|
|
34854
|
+
if (typeof str !== 'string') {
|
|
34855
|
+
throw new TypeError('Expected a string');
|
|
34856
|
+
}
|
|
34857
|
+
|
|
34858
|
+
return str.replace(matchOperatorsRe, '\\$&');
|
|
34859
|
+
};
|
|
34860
|
+
|
|
34861
|
+
|
|
34840
34862
|
/***/ }),
|
|
34841
34863
|
|
|
34842
34864
|
/***/ "./node_modules/@babel/highlight/node_modules/has-flag/index.js":
|
|
@@ -198312,28 +198334,6 @@ module.exports = {
|
|
|
198312
198334
|
"17.0": "96"
|
|
198313
198335
|
};
|
|
198314
198336
|
|
|
198315
|
-
/***/ }),
|
|
198316
|
-
|
|
198317
|
-
/***/ "./node_modules/escape-string-regexp/index.js":
|
|
198318
|
-
/*!****************************************************!*\
|
|
198319
|
-
!*** ./node_modules/escape-string-regexp/index.js ***!
|
|
198320
|
-
\****************************************************/
|
|
198321
|
-
/***/ ((module) => {
|
|
198322
|
-
|
|
198323
|
-
"use strict";
|
|
198324
|
-
|
|
198325
|
-
|
|
198326
|
-
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
198327
|
-
|
|
198328
|
-
module.exports = function (str) {
|
|
198329
|
-
if (typeof str !== 'string') {
|
|
198330
|
-
throw new TypeError('Expected a string');
|
|
198331
|
-
}
|
|
198332
|
-
|
|
198333
|
-
return str.replace(matchOperatorsRe, '\\$&');
|
|
198334
|
-
};
|
|
198335
|
-
|
|
198336
|
-
|
|
198337
198337
|
/***/ }),
|
|
198338
198338
|
|
|
198339
198339
|
/***/ "./node_modules/fbjs/lib/areEqual.js":
|