@kontur.candy/generator 4.278.0-efs-partial-load.30 → 4.278.0-efs-partial-load.32
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
|
@@ -34555,7 +34555,7 @@ function highlight(code, options = {}) {
|
|
|
34555
34555
|
|
|
34556
34556
|
"use strict";
|
|
34557
34557
|
|
|
34558
|
-
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/escape-string-regexp/index.js");
|
|
34558
|
+
const escapeStringRegexp = __webpack_require__(/*! escape-string-regexp */ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js");
|
|
34559
34559
|
const ansiStyles = __webpack_require__(/*! ansi-styles */ "./node_modules/ansi-styles/index.js");
|
|
34560
34560
|
const stdoutColor = (__webpack_require__(/*! supports-color */ "./node_modules/@babel/highlight/node_modules/supports-color/index.js").stdout);
|
|
34561
34561
|
|
|
@@ -34923,6 +34923,28 @@ module.exports = (chalk, tmp) => {
|
|
|
34923
34923
|
};
|
|
34924
34924
|
|
|
34925
34925
|
|
|
34926
|
+
/***/ }),
|
|
34927
|
+
|
|
34928
|
+
/***/ "./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js":
|
|
34929
|
+
/*!**********************************************************************************!*\
|
|
34930
|
+
!*** ./node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js ***!
|
|
34931
|
+
\**********************************************************************************/
|
|
34932
|
+
/***/ ((module) => {
|
|
34933
|
+
|
|
34934
|
+
"use strict";
|
|
34935
|
+
|
|
34936
|
+
|
|
34937
|
+
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
34938
|
+
|
|
34939
|
+
module.exports = function (str) {
|
|
34940
|
+
if (typeof str !== 'string') {
|
|
34941
|
+
throw new TypeError('Expected a string');
|
|
34942
|
+
}
|
|
34943
|
+
|
|
34944
|
+
return str.replace(matchOperatorsRe, '\\$&');
|
|
34945
|
+
};
|
|
34946
|
+
|
|
34947
|
+
|
|
34926
34948
|
/***/ }),
|
|
34927
34949
|
|
|
34928
34950
|
/***/ "./node_modules/@babel/highlight/node_modules/has-flag/index.js":
|
|
@@ -201392,28 +201414,6 @@ module.exports = {
|
|
|
201392
201414
|
"17.0": "96"
|
|
201393
201415
|
};
|
|
201394
201416
|
|
|
201395
|
-
/***/ }),
|
|
201396
|
-
|
|
201397
|
-
/***/ "./node_modules/escape-string-regexp/index.js":
|
|
201398
|
-
/*!****************************************************!*\
|
|
201399
|
-
!*** ./node_modules/escape-string-regexp/index.js ***!
|
|
201400
|
-
\****************************************************/
|
|
201401
|
-
/***/ ((module) => {
|
|
201402
|
-
|
|
201403
|
-
"use strict";
|
|
201404
|
-
|
|
201405
|
-
|
|
201406
|
-
var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
|
|
201407
|
-
|
|
201408
|
-
module.exports = function (str) {
|
|
201409
|
-
if (typeof str !== 'string') {
|
|
201410
|
-
throw new TypeError('Expected a string');
|
|
201411
|
-
}
|
|
201412
|
-
|
|
201413
|
-
return str.replace(matchOperatorsRe, '\\$&');
|
|
201414
|
-
};
|
|
201415
|
-
|
|
201416
|
-
|
|
201417
201417
|
/***/ }),
|
|
201418
201418
|
|
|
201419
201419
|
/***/ "./node_modules/fbjs/lib/areEqual.js":
|