@modern-js/tailwindcss-generator 0.0.0-nightly-20241011170641 → 0.0.0-nightly-20241013170615
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 +231 -202
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -1536,9 +1536,9 @@ var require_ejs = __commonJS({
|
|
|
1536
1536
|
}
|
|
1537
1537
|
});
|
|
1538
1538
|
|
|
1539
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1539
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/utils.js
|
|
1540
1540
|
var require_utils2 = __commonJS({
|
|
1541
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1541
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/utils.js"(exports) {
|
|
1542
1542
|
"use strict";
|
|
1543
1543
|
exports.__esModule = true;
|
|
1544
1544
|
exports.extend = extend;
|
|
@@ -1635,9 +1635,9 @@ var require_utils2 = __commonJS({
|
|
|
1635
1635
|
}
|
|
1636
1636
|
});
|
|
1637
1637
|
|
|
1638
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1638
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/exception.js
|
|
1639
1639
|
var require_exception = __commonJS({
|
|
1640
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1640
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/exception.js"(exports, module2) {
|
|
1641
1641
|
"use strict";
|
|
1642
1642
|
exports.__esModule = true;
|
|
1643
1643
|
var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
@@ -1684,9 +1684,9 @@ var require_exception = __commonJS({
|
|
|
1684
1684
|
}
|
|
1685
1685
|
});
|
|
1686
1686
|
|
|
1687
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1687
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
|
|
1688
1688
|
var require_block_helper_missing = __commonJS({
|
|
1689
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1689
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js"(exports, module2) {
|
|
1690
1690
|
"use strict";
|
|
1691
1691
|
exports.__esModule = true;
|
|
1692
1692
|
var _utils = require_utils2();
|
|
@@ -1720,9 +1720,9 @@ var require_block_helper_missing = __commonJS({
|
|
|
1720
1720
|
}
|
|
1721
1721
|
});
|
|
1722
1722
|
|
|
1723
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1723
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
|
|
1724
1724
|
var require_each = __commonJS({
|
|
1725
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1725
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js"(exports, module2) {
|
|
1726
1726
|
"use strict";
|
|
1727
1727
|
exports.__esModule = true;
|
|
1728
1728
|
function _interopRequireDefault(obj) {
|
|
@@ -1768,9 +1768,9 @@ var require_each = __commonJS({
|
|
|
1768
1768
|
execIteration(i, i, i === context.length - 1);
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
|
-
} else if (
|
|
1771
|
+
} else if (typeof Symbol === "function" && context[Symbol.iterator]) {
|
|
1772
1772
|
var newContext = [];
|
|
1773
|
-
var iterator = context[
|
|
1773
|
+
var iterator = context[Symbol.iterator]();
|
|
1774
1774
|
for (var it = iterator.next(); !it.done; it = iterator.next()) {
|
|
1775
1775
|
newContext.push(it.value);
|
|
1776
1776
|
}
|
|
@@ -1804,9 +1804,9 @@ var require_each = __commonJS({
|
|
|
1804
1804
|
}
|
|
1805
1805
|
});
|
|
1806
1806
|
|
|
1807
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1807
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
|
|
1808
1808
|
var require_helper_missing = __commonJS({
|
|
1809
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1809
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js"(exports, module2) {
|
|
1810
1810
|
"use strict";
|
|
1811
1811
|
exports.__esModule = true;
|
|
1812
1812
|
function _interopRequireDefault(obj) {
|
|
@@ -1827,9 +1827,9 @@ var require_helper_missing = __commonJS({
|
|
|
1827
1827
|
}
|
|
1828
1828
|
});
|
|
1829
1829
|
|
|
1830
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1830
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
|
|
1831
1831
|
var require_if = __commonJS({
|
|
1832
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1832
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js"(exports, module2) {
|
|
1833
1833
|
"use strict";
|
|
1834
1834
|
exports.__esModule = true;
|
|
1835
1835
|
function _interopRequireDefault(obj) {
|
|
@@ -1867,9 +1867,9 @@ var require_if = __commonJS({
|
|
|
1867
1867
|
}
|
|
1868
1868
|
});
|
|
1869
1869
|
|
|
1870
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1870
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
|
|
1871
1871
|
var require_log = __commonJS({
|
|
1872
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1872
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js"(exports, module2) {
|
|
1873
1873
|
"use strict";
|
|
1874
1874
|
exports.__esModule = true;
|
|
1875
1875
|
exports["default"] = function(instance) {
|
|
@@ -1892,9 +1892,9 @@ var require_log = __commonJS({
|
|
|
1892
1892
|
}
|
|
1893
1893
|
});
|
|
1894
1894
|
|
|
1895
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1895
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
|
|
1896
1896
|
var require_lookup = __commonJS({
|
|
1897
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1897
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js"(exports, module2) {
|
|
1898
1898
|
"use strict";
|
|
1899
1899
|
exports.__esModule = true;
|
|
1900
1900
|
exports["default"] = function(instance) {
|
|
@@ -1909,9 +1909,9 @@ var require_lookup = __commonJS({
|
|
|
1909
1909
|
}
|
|
1910
1910
|
});
|
|
1911
1911
|
|
|
1912
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1912
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
|
|
1913
1913
|
var require_with = __commonJS({
|
|
1914
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1914
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js"(exports, module2) {
|
|
1915
1915
|
"use strict";
|
|
1916
1916
|
exports.__esModule = true;
|
|
1917
1917
|
function _interopRequireDefault(obj) {
|
|
@@ -1948,9 +1948,9 @@ var require_with = __commonJS({
|
|
|
1948
1948
|
}
|
|
1949
1949
|
});
|
|
1950
1950
|
|
|
1951
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1951
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers.js
|
|
1952
1952
|
var require_helpers = __commonJS({
|
|
1953
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1953
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers.js"(exports) {
|
|
1954
1954
|
"use strict";
|
|
1955
1955
|
exports.__esModule = true;
|
|
1956
1956
|
exports.registerDefaultHelpers = registerDefaultHelpers;
|
|
@@ -1992,9 +1992,9 @@ var require_helpers = __commonJS({
|
|
|
1992
1992
|
}
|
|
1993
1993
|
});
|
|
1994
1994
|
|
|
1995
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1995
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
|
|
1996
1996
|
var require_inline = __commonJS({
|
|
1997
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
1997
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js"(exports, module2) {
|
|
1998
1998
|
"use strict";
|
|
1999
1999
|
exports.__esModule = true;
|
|
2000
2000
|
var _utils = require_utils2();
|
|
@@ -2019,9 +2019,9 @@ var require_inline = __commonJS({
|
|
|
2019
2019
|
}
|
|
2020
2020
|
});
|
|
2021
2021
|
|
|
2022
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2022
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators.js
|
|
2023
2023
|
var require_decorators = __commonJS({
|
|
2024
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2024
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators.js"(exports) {
|
|
2025
2025
|
"use strict";
|
|
2026
2026
|
exports.__esModule = true;
|
|
2027
2027
|
exports.registerDefaultDecorators = registerDefaultDecorators;
|
|
@@ -2036,9 +2036,9 @@ var require_decorators = __commonJS({
|
|
|
2036
2036
|
}
|
|
2037
2037
|
});
|
|
2038
2038
|
|
|
2039
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2039
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/logger.js
|
|
2040
2040
|
var require_logger = __commonJS({
|
|
2041
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2041
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/logger.js"(exports, module2) {
|
|
2042
2042
|
"use strict";
|
|
2043
2043
|
exports.__esModule = true;
|
|
2044
2044
|
var _utils = require_utils2();
|
|
@@ -2077,9 +2077,9 @@ var require_logger = __commonJS({
|
|
|
2077
2077
|
}
|
|
2078
2078
|
});
|
|
2079
2079
|
|
|
2080
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2080
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js
|
|
2081
2081
|
var require_create_new_lookup_object = __commonJS({
|
|
2082
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2082
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js"(exports) {
|
|
2083
2083
|
"use strict";
|
|
2084
2084
|
exports.__esModule = true;
|
|
2085
2085
|
exports.createNewLookupObject = createNewLookupObject;
|
|
@@ -2093,32 +2093,20 @@ var require_create_new_lookup_object = __commonJS({
|
|
|
2093
2093
|
}
|
|
2094
2094
|
});
|
|
2095
2095
|
|
|
2096
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2096
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
|
|
2097
2097
|
var require_proto_access = __commonJS({
|
|
2098
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2098
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js"(exports) {
|
|
2099
2099
|
"use strict";
|
|
2100
2100
|
exports.__esModule = true;
|
|
2101
2101
|
exports.createProtoAccessControl = createProtoAccessControl;
|
|
2102
2102
|
exports.resultIsAllowed = resultIsAllowed;
|
|
2103
2103
|
exports.resetLoggedProperties = resetLoggedProperties;
|
|
2104
|
-
function
|
|
2105
|
-
|
|
2106
|
-
return obj;
|
|
2107
|
-
} else {
|
|
2108
|
-
var newObj = {};
|
|
2109
|
-
if (obj != null) {
|
|
2110
|
-
for (var key in obj) {
|
|
2111
|
-
if (Object.prototype.hasOwnProperty.call(obj, key))
|
|
2112
|
-
newObj[key] = obj[key];
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
newObj["default"] = obj;
|
|
2116
|
-
return newObj;
|
|
2117
|
-
}
|
|
2104
|
+
function _interopRequireDefault(obj) {
|
|
2105
|
+
return obj && obj.__esModule ? obj : { "default": obj };
|
|
2118
2106
|
}
|
|
2119
2107
|
var _createNewLookupObject = require_create_new_lookup_object();
|
|
2120
2108
|
var _logger = require_logger();
|
|
2121
|
-
var
|
|
2109
|
+
var _logger2 = _interopRequireDefault(_logger);
|
|
2122
2110
|
var loggedProperties = /* @__PURE__ */ Object.create(null);
|
|
2123
2111
|
function createProtoAccessControl(runtimeOptions) {
|
|
2124
2112
|
var defaultMethodWhiteList = /* @__PURE__ */ Object.create(null);
|
|
@@ -2159,7 +2147,7 @@ var require_proto_access = __commonJS({
|
|
|
2159
2147
|
function logUnexpecedPropertyAccessOnce(propertyName) {
|
|
2160
2148
|
if (loggedProperties[propertyName] !== true) {
|
|
2161
2149
|
loggedProperties[propertyName] = true;
|
|
2162
|
-
|
|
2150
|
+
_logger2["default"].log("error", 'Handlebars: Access has been denied to resolve the property "' + propertyName + '" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');
|
|
2163
2151
|
}
|
|
2164
2152
|
}
|
|
2165
2153
|
function resetLoggedProperties() {
|
|
@@ -2170,9 +2158,9 @@ var require_proto_access = __commonJS({
|
|
|
2170
2158
|
}
|
|
2171
2159
|
});
|
|
2172
2160
|
|
|
2173
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2161
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/base.js
|
|
2174
2162
|
var require_base = __commonJS({
|
|
2175
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2163
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/base.js"(exports) {
|
|
2176
2164
|
"use strict";
|
|
2177
2165
|
exports.__esModule = true;
|
|
2178
2166
|
exports.HandlebarsEnvironment = HandlebarsEnvironment;
|
|
@@ -2187,7 +2175,7 @@ var require_base = __commonJS({
|
|
|
2187
2175
|
var _logger = require_logger();
|
|
2188
2176
|
var _logger2 = _interopRequireDefault(_logger);
|
|
2189
2177
|
var _internalProtoAccess = require_proto_access();
|
|
2190
|
-
var VERSION = "4.7.
|
|
2178
|
+
var VERSION = "4.7.8";
|
|
2191
2179
|
exports.VERSION = VERSION;
|
|
2192
2180
|
var COMPILER_REVISION = 8;
|
|
2193
2181
|
exports.COMPILER_REVISION = COMPILER_REVISION;
|
|
@@ -2271,9 +2259,9 @@ var require_base = __commonJS({
|
|
|
2271
2259
|
}
|
|
2272
2260
|
});
|
|
2273
2261
|
|
|
2274
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2262
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
|
|
2275
2263
|
var require_safe_string = __commonJS({
|
|
2276
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2264
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/safe-string.js"(exports, module2) {
|
|
2277
2265
|
"use strict";
|
|
2278
2266
|
exports.__esModule = true;
|
|
2279
2267
|
function SafeString(string) {
|
|
@@ -2287,9 +2275,9 @@ var require_safe_string = __commonJS({
|
|
|
2287
2275
|
}
|
|
2288
2276
|
});
|
|
2289
2277
|
|
|
2290
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2278
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
|
|
2291
2279
|
var require_wrapHelper = __commonJS({
|
|
2292
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2280
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js"(exports) {
|
|
2293
2281
|
"use strict";
|
|
2294
2282
|
exports.__esModule = true;
|
|
2295
2283
|
exports.wrapHelper = wrapHelper;
|
|
@@ -2307,9 +2295,9 @@ var require_wrapHelper = __commonJS({
|
|
|
2307
2295
|
}
|
|
2308
2296
|
});
|
|
2309
2297
|
|
|
2310
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2298
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/runtime.js
|
|
2311
2299
|
var require_runtime = __commonJS({
|
|
2312
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2300
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/runtime.js"(exports) {
|
|
2313
2301
|
"use strict";
|
|
2314
2302
|
exports.__esModule = true;
|
|
2315
2303
|
exports.checkRevision = checkRevision;
|
|
@@ -2617,16 +2605,25 @@ var require_runtime = __commonJS({
|
|
|
2617
2605
|
}
|
|
2618
2606
|
});
|
|
2619
2607
|
|
|
2620
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2608
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
|
|
2621
2609
|
var require_no_conflict = __commonJS({
|
|
2622
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2610
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js"(exports, module2) {
|
|
2623
2611
|
"use strict";
|
|
2624
2612
|
exports.__esModule = true;
|
|
2625
2613
|
exports["default"] = function(Handlebars) {
|
|
2626
|
-
|
|
2614
|
+
(function() {
|
|
2615
|
+
if (typeof globalThis === "object")
|
|
2616
|
+
return;
|
|
2617
|
+
Object.prototype.__defineGetter__("__magic__", function() {
|
|
2618
|
+
return this;
|
|
2619
|
+
});
|
|
2620
|
+
__magic__.globalThis = __magic__;
|
|
2621
|
+
delete Object.prototype.__magic__;
|
|
2622
|
+
})();
|
|
2623
|
+
var $Handlebars = globalThis.Handlebars;
|
|
2627
2624
|
Handlebars.noConflict = function() {
|
|
2628
|
-
if (
|
|
2629
|
-
|
|
2625
|
+
if (globalThis.Handlebars === Handlebars) {
|
|
2626
|
+
globalThis.Handlebars = $Handlebars;
|
|
2630
2627
|
}
|
|
2631
2628
|
return Handlebars;
|
|
2632
2629
|
};
|
|
@@ -2635,9 +2632,9 @@ var require_no_conflict = __commonJS({
|
|
|
2635
2632
|
}
|
|
2636
2633
|
});
|
|
2637
2634
|
|
|
2638
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2635
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.runtime.js
|
|
2639
2636
|
var require_handlebars_runtime = __commonJS({
|
|
2640
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2637
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.runtime.js"(exports, module2) {
|
|
2641
2638
|
"use strict";
|
|
2642
2639
|
exports.__esModule = true;
|
|
2643
2640
|
function _interopRequireDefault(obj) {
|
|
@@ -2692,9 +2689,9 @@ var require_handlebars_runtime = __commonJS({
|
|
|
2692
2689
|
}
|
|
2693
2690
|
});
|
|
2694
2691
|
|
|
2695
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2692
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
|
|
2696
2693
|
var require_ast = __commonJS({
|
|
2697
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2694
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js"(exports, module2) {
|
|
2698
2695
|
"use strict";
|
|
2699
2696
|
exports.__esModule = true;
|
|
2700
2697
|
var AST = {
|
|
@@ -2721,9 +2718,9 @@ var require_ast = __commonJS({
|
|
|
2721
2718
|
}
|
|
2722
2719
|
});
|
|
2723
2720
|
|
|
2724
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2721
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
|
|
2725
2722
|
var require_parser = __commonJS({
|
|
2726
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
2723
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js"(exports, module2) {
|
|
2727
2724
|
"use strict";
|
|
2728
2725
|
exports.__esModule = true;
|
|
2729
2726
|
var handlebars2 = function() {
|
|
@@ -3428,7 +3425,7 @@ var require_parser = __commonJS({
|
|
|
3428
3425
|
break;
|
|
3429
3426
|
}
|
|
3430
3427
|
};
|
|
3431
|
-
lexer2.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[
|
|
3428
|
+
lexer2.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]+?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
|
|
3432
3429
|
lexer2.conditions = { "mu": { "rules": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "inclusive": false }, "emu": { "rules": [2], "inclusive": false }, "com": { "rules": [6], "inclusive": false }, "raw": { "rules": [3, 4, 5], "inclusive": false }, "INITIAL": { "rules": [0, 1, 44], "inclusive": true } };
|
|
3433
3430
|
return lexer2;
|
|
3434
3431
|
}();
|
|
@@ -3445,9 +3442,9 @@ var require_parser = __commonJS({
|
|
|
3445
3442
|
}
|
|
3446
3443
|
});
|
|
3447
3444
|
|
|
3448
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3445
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
|
|
3449
3446
|
var require_visitor = __commonJS({
|
|
3450
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3447
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js"(exports, module2) {
|
|
3451
3448
|
"use strict";
|
|
3452
3449
|
exports.__esModule = true;
|
|
3453
3450
|
function _interopRequireDefault(obj) {
|
|
@@ -3566,9 +3563,9 @@ var require_visitor = __commonJS({
|
|
|
3566
3563
|
}
|
|
3567
3564
|
});
|
|
3568
3565
|
|
|
3569
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3566
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
|
|
3570
3567
|
var require_whitespace_control = __commonJS({
|
|
3571
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3568
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js"(exports, module2) {
|
|
3572
3569
|
"use strict";
|
|
3573
3570
|
exports.__esModule = true;
|
|
3574
3571
|
function _interopRequireDefault(obj) {
|
|
@@ -3717,9 +3714,9 @@ var require_whitespace_control = __commonJS({
|
|
|
3717
3714
|
}
|
|
3718
3715
|
});
|
|
3719
3716
|
|
|
3720
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3717
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
|
|
3721
3718
|
var require_helpers2 = __commonJS({
|
|
3722
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3719
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js"(exports) {
|
|
3723
3720
|
"use strict";
|
|
3724
3721
|
exports.__esModule = true;
|
|
3725
3722
|
exports.SourceLocation = SourceLocation;
|
|
@@ -3905,9 +3902,9 @@ var require_helpers2 = __commonJS({
|
|
|
3905
3902
|
}
|
|
3906
3903
|
});
|
|
3907
3904
|
|
|
3908
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3905
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
|
|
3909
3906
|
var require_base2 = __commonJS({
|
|
3910
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3907
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js"(exports) {
|
|
3911
3908
|
"use strict";
|
|
3912
3909
|
exports.__esModule = true;
|
|
3913
3910
|
exports.parseWithoutProcessing = parseWithoutProcessing;
|
|
@@ -3959,9 +3956,9 @@ var require_base2 = __commonJS({
|
|
|
3959
3956
|
}
|
|
3960
3957
|
});
|
|
3961
3958
|
|
|
3962
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3959
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
|
|
3963
3960
|
var require_compiler = __commonJS({
|
|
3964
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
3961
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js"(exports) {
|
|
3965
3962
|
"use strict";
|
|
3966
3963
|
exports.__esModule = true;
|
|
3967
3964
|
exports.Compiler = Compiler;
|
|
@@ -6141,9 +6138,9 @@ var require_source_map = __commonJS({
|
|
|
6141
6138
|
}
|
|
6142
6139
|
});
|
|
6143
6140
|
|
|
6144
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
6141
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
|
|
6145
6142
|
var require_code_gen = __commonJS({
|
|
6146
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
6143
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js"(exports, module2) {
|
|
6147
6144
|
"use strict";
|
|
6148
6145
|
exports.__esModule = true;
|
|
6149
6146
|
var _utils = require_utils2();
|
|
@@ -6277,9 +6274,9 @@ var require_code_gen = __commonJS({
|
|
|
6277
6274
|
}
|
|
6278
6275
|
});
|
|
6279
6276
|
|
|
6280
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
6277
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
|
|
6281
6278
|
var require_javascript_compiler = __commonJS({
|
|
6282
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
6279
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js"(exports, module2) {
|
|
6283
6280
|
"use strict";
|
|
6284
6281
|
exports.__esModule = true;
|
|
6285
6282
|
function _interopRequireDefault(obj) {
|
|
@@ -6666,7 +6663,7 @@ var require_javascript_compiler = __commonJS({
|
|
|
6666
6663
|
resolvePath: function resolvePath(type, parts, i, falsy, strict) {
|
|
6667
6664
|
var _this2 = this;
|
|
6668
6665
|
if (this.options.strict || this.options.assumeObjects) {
|
|
6669
|
-
this.push(strictLookup(this.options.strict && strict, this, parts, type));
|
|
6666
|
+
this.push(strictLookup(this.options.strict && strict, this, parts, i, type));
|
|
6670
6667
|
return;
|
|
6671
6668
|
}
|
|
6672
6669
|
var len = parts.length;
|
|
@@ -7174,8 +7171,8 @@ var require_javascript_compiler = __commonJS({
|
|
|
7174
7171
|
JavaScriptCompiler.isValidJavaScriptVariableName = function(name) {
|
|
7175
7172
|
return !JavaScriptCompiler.RESERVED_WORDS[name] && /^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(name);
|
|
7176
7173
|
};
|
|
7177
|
-
function strictLookup(requireTerminal, compiler, parts, type) {
|
|
7178
|
-
var stack = compiler.popStack(),
|
|
7174
|
+
function strictLookup(requireTerminal, compiler, parts, i, type) {
|
|
7175
|
+
var stack = compiler.popStack(), len = parts.length;
|
|
7179
7176
|
if (requireTerminal) {
|
|
7180
7177
|
len--;
|
|
7181
7178
|
}
|
|
@@ -7193,9 +7190,9 @@ var require_javascript_compiler = __commonJS({
|
|
|
7193
7190
|
}
|
|
7194
7191
|
});
|
|
7195
7192
|
|
|
7196
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7193
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.js
|
|
7197
7194
|
var require_handlebars = __commonJS({
|
|
7198
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7195
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.js"(exports, module2) {
|
|
7199
7196
|
"use strict";
|
|
7200
7197
|
exports.__esModule = true;
|
|
7201
7198
|
function _interopRequireDefault(obj) {
|
|
@@ -7240,9 +7237,9 @@ var require_handlebars = __commonJS({
|
|
|
7240
7237
|
}
|
|
7241
7238
|
});
|
|
7242
7239
|
|
|
7243
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7240
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
|
|
7244
7241
|
var require_printer = __commonJS({
|
|
7245
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7242
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js"(exports) {
|
|
7246
7243
|
"use strict";
|
|
7247
7244
|
exports.__esModule = true;
|
|
7248
7245
|
exports.print = print;
|
|
@@ -7386,9 +7383,9 @@ var require_printer = __commonJS({
|
|
|
7386
7383
|
}
|
|
7387
7384
|
});
|
|
7388
7385
|
|
|
7389
|
-
// ../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7386
|
+
// ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/lib/index.js
|
|
7390
7387
|
var require_lib = __commonJS({
|
|
7391
|
-
"../../../../node_modules/.pnpm/handlebars@4.7.
|
|
7388
|
+
"../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/lib/index.js"(exports, module2) {
|
|
7392
7389
|
"use strict";
|
|
7393
7390
|
var handlebars2 = require_handlebars()["default"];
|
|
7394
7391
|
var printer = require_printer();
|
|
@@ -7407,9 +7404,9 @@ var require_lib = __commonJS({
|
|
|
7407
7404
|
}
|
|
7408
7405
|
});
|
|
7409
7406
|
|
|
7410
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.60.
|
|
7407
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.60.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
|
7411
7408
|
var require_chalk = __commonJS({
|
|
7412
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.60.
|
|
7409
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.60.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
|
7413
7410
|
"use strict";
|
|
7414
7411
|
(() => {
|
|
7415
7412
|
var e = { 44: (e2, t2, n2) => {
|
|
@@ -26518,48 +26515,41 @@ var require_is_interactive = __commonJS({
|
|
|
26518
26515
|
}
|
|
26519
26516
|
});
|
|
26520
26517
|
|
|
26521
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26518
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js
|
|
26522
26519
|
var require_stream = __commonJS({
|
|
26523
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26520
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js"(exports, module2) {
|
|
26524
26521
|
"use strict";
|
|
26525
26522
|
module2.exports = require("stream");
|
|
26526
26523
|
}
|
|
26527
26524
|
});
|
|
26528
26525
|
|
|
26529
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26526
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js
|
|
26530
26527
|
var require_buffer_list = __commonJS({
|
|
26531
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26528
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports, module2) {
|
|
26532
26529
|
"use strict";
|
|
26533
26530
|
function ownKeys(object, enumerableOnly) {
|
|
26534
26531
|
var keys = Object.keys(object);
|
|
26535
26532
|
if (Object.getOwnPropertySymbols) {
|
|
26536
26533
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
26537
|
-
|
|
26538
|
-
|
|
26539
|
-
|
|
26540
|
-
});
|
|
26541
|
-
keys.push.apply(keys, symbols);
|
|
26534
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
26535
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
26536
|
+
})), keys.push.apply(keys, symbols);
|
|
26542
26537
|
}
|
|
26543
26538
|
return keys;
|
|
26544
26539
|
}
|
|
26545
26540
|
function _objectSpread(target) {
|
|
26546
26541
|
for (var i = 1; i < arguments.length; i++) {
|
|
26547
|
-
var source = arguments[i]
|
|
26548
|
-
|
|
26549
|
-
|
|
26550
|
-
|
|
26551
|
-
|
|
26552
|
-
}
|
|
26553
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
26554
|
-
} else {
|
|
26555
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
26556
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
26557
|
-
});
|
|
26558
|
-
}
|
|
26542
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
26543
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
26544
|
+
_defineProperty(target, key, source[key]);
|
|
26545
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
26546
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
26547
|
+
});
|
|
26559
26548
|
}
|
|
26560
26549
|
return target;
|
|
26561
26550
|
}
|
|
26562
26551
|
function _defineProperty(obj, key, value) {
|
|
26552
|
+
key = _toPropertyKey(key);
|
|
26563
26553
|
if (key in obj) {
|
|
26564
26554
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
26565
26555
|
} else {
|
|
@@ -26579,7 +26569,7 @@ var require_buffer_list = __commonJS({
|
|
|
26579
26569
|
descriptor.configurable = true;
|
|
26580
26570
|
if ("value" in descriptor)
|
|
26581
26571
|
descriptor.writable = true;
|
|
26582
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
26572
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
26583
26573
|
}
|
|
26584
26574
|
}
|
|
26585
26575
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
@@ -26587,8 +26577,25 @@ var require_buffer_list = __commonJS({
|
|
|
26587
26577
|
_defineProperties(Constructor.prototype, protoProps);
|
|
26588
26578
|
if (staticProps)
|
|
26589
26579
|
_defineProperties(Constructor, staticProps);
|
|
26580
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
26590
26581
|
return Constructor;
|
|
26591
26582
|
}
|
|
26583
|
+
function _toPropertyKey(arg) {
|
|
26584
|
+
var key = _toPrimitive(arg, "string");
|
|
26585
|
+
return typeof key === "symbol" ? key : String(key);
|
|
26586
|
+
}
|
|
26587
|
+
function _toPrimitive(input, hint) {
|
|
26588
|
+
if (typeof input !== "object" || input === null)
|
|
26589
|
+
return input;
|
|
26590
|
+
var prim = input[Symbol.toPrimitive];
|
|
26591
|
+
if (prim !== void 0) {
|
|
26592
|
+
var res = prim.call(input, hint || "default");
|
|
26593
|
+
if (typeof res !== "object")
|
|
26594
|
+
return res;
|
|
26595
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
26596
|
+
}
|
|
26597
|
+
return (hint === "string" ? String : Number)(input);
|
|
26598
|
+
}
|
|
26592
26599
|
var _require = require("buffer");
|
|
26593
26600
|
var Buffer2 = _require.Buffer;
|
|
26594
26601
|
var _require2 = require("util");
|
|
@@ -26656,9 +26663,8 @@ var require_buffer_list = __commonJS({
|
|
|
26656
26663
|
return "";
|
|
26657
26664
|
var p = this.head;
|
|
26658
26665
|
var ret = "" + p.data;
|
|
26659
|
-
while (p = p.next)
|
|
26666
|
+
while (p = p.next)
|
|
26660
26667
|
ret += s + p.data;
|
|
26661
|
-
}
|
|
26662
26668
|
return ret;
|
|
26663
26669
|
}
|
|
26664
26670
|
}, {
|
|
@@ -26766,7 +26772,7 @@ var require_buffer_list = __commonJS({
|
|
|
26766
26772
|
}, {
|
|
26767
26773
|
key: custom,
|
|
26768
26774
|
value: function value(_, options) {
|
|
26769
|
-
return inspect(this, _objectSpread({}, options, {
|
|
26775
|
+
return inspect(this, _objectSpread(_objectSpread({}, options), {}, {
|
|
26770
26776
|
// Only inspect one level.
|
|
26771
26777
|
depth: 0,
|
|
26772
26778
|
// It should not recurse.
|
|
@@ -26779,9 +26785,9 @@ var require_buffer_list = __commonJS({
|
|
|
26779
26785
|
}
|
|
26780
26786
|
});
|
|
26781
26787
|
|
|
26782
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26788
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js
|
|
26783
26789
|
var require_destroy = __commonJS({
|
|
26784
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26790
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports, module2) {
|
|
26785
26791
|
"use strict";
|
|
26786
26792
|
function destroy2(err, cb) {
|
|
26787
26793
|
var _this = this;
|
|
@@ -26872,9 +26878,9 @@ var require_destroy = __commonJS({
|
|
|
26872
26878
|
}
|
|
26873
26879
|
});
|
|
26874
26880
|
|
|
26875
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26881
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js
|
|
26876
26882
|
var require_errors = __commonJS({
|
|
26877
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26883
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js"(exports, module2) {
|
|
26878
26884
|
"use strict";
|
|
26879
26885
|
var codes = {};
|
|
26880
26886
|
function createErrorType(code, message, Base) {
|
|
@@ -26972,9 +26978,9 @@ var require_errors = __commonJS({
|
|
|
26972
26978
|
}
|
|
26973
26979
|
});
|
|
26974
26980
|
|
|
26975
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26981
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js
|
|
26976
26982
|
var require_state = __commonJS({
|
|
26977
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
26983
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js"(exports, module2) {
|
|
26978
26984
|
"use strict";
|
|
26979
26985
|
var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
|
|
26980
26986
|
function highWaterMarkFrom(options, isDuplex, duplexKey) {
|
|
@@ -27054,9 +27060,9 @@ var require_node2 = __commonJS({
|
|
|
27054
27060
|
}
|
|
27055
27061
|
});
|
|
27056
27062
|
|
|
27057
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27063
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js
|
|
27058
27064
|
var require_stream_writable = __commonJS({
|
|
27059
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27065
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js"(exports, module2) {
|
|
27060
27066
|
"use strict";
|
|
27061
27067
|
module2.exports = Writable;
|
|
27062
27068
|
function CorkedRequest(state) {
|
|
@@ -27074,7 +27080,7 @@ var require_stream_writable = __commonJS({
|
|
|
27074
27080
|
};
|
|
27075
27081
|
var Stream = require_stream();
|
|
27076
27082
|
var Buffer2 = require("buffer").Buffer;
|
|
27077
|
-
var OurUint8Array = global.Uint8Array || function() {
|
|
27083
|
+
var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
|
|
27078
27084
|
};
|
|
27079
27085
|
function _uint8ArrayToBuffer(chunk) {
|
|
27080
27086
|
return Buffer2.from(chunk);
|
|
@@ -27554,15 +27560,14 @@ var require_stream_writable = __commonJS({
|
|
|
27554
27560
|
}
|
|
27555
27561
|
});
|
|
27556
27562
|
|
|
27557
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27563
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js
|
|
27558
27564
|
var require_stream_duplex = __commonJS({
|
|
27559
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27565
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js"(exports, module2) {
|
|
27560
27566
|
"use strict";
|
|
27561
27567
|
var objectKeys = Object.keys || function(obj) {
|
|
27562
27568
|
var keys2 = [];
|
|
27563
|
-
for (var key in obj)
|
|
27569
|
+
for (var key in obj)
|
|
27564
27570
|
keys2.push(key);
|
|
27565
|
-
}
|
|
27566
27571
|
return keys2;
|
|
27567
27572
|
};
|
|
27568
27573
|
module2.exports = Duplex;
|
|
@@ -27973,9 +27978,9 @@ var require_string_decoder = __commonJS({
|
|
|
27973
27978
|
}
|
|
27974
27979
|
});
|
|
27975
27980
|
|
|
27976
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27981
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
|
|
27977
27982
|
var require_end_of_stream = __commonJS({
|
|
27978
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
27983
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports, module2) {
|
|
27979
27984
|
"use strict";
|
|
27980
27985
|
var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
|
|
27981
27986
|
function once(callback) {
|
|
@@ -28074,12 +28079,13 @@ var require_end_of_stream = __commonJS({
|
|
|
28074
28079
|
}
|
|
28075
28080
|
});
|
|
28076
28081
|
|
|
28077
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28082
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js
|
|
28078
28083
|
var require_async_iterator = __commonJS({
|
|
28079
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28084
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports, module2) {
|
|
28080
28085
|
"use strict";
|
|
28081
28086
|
var _Object$setPrototypeO;
|
|
28082
28087
|
function _defineProperty(obj, key, value) {
|
|
28088
|
+
key = _toPropertyKey(key);
|
|
28083
28089
|
if (key in obj) {
|
|
28084
28090
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
28085
28091
|
} else {
|
|
@@ -28087,6 +28093,22 @@ var require_async_iterator = __commonJS({
|
|
|
28087
28093
|
}
|
|
28088
28094
|
return obj;
|
|
28089
28095
|
}
|
|
28096
|
+
function _toPropertyKey(arg) {
|
|
28097
|
+
var key = _toPrimitive(arg, "string");
|
|
28098
|
+
return typeof key === "symbol" ? key : String(key);
|
|
28099
|
+
}
|
|
28100
|
+
function _toPrimitive(input, hint) {
|
|
28101
|
+
if (typeof input !== "object" || input === null)
|
|
28102
|
+
return input;
|
|
28103
|
+
var prim = input[Symbol.toPrimitive];
|
|
28104
|
+
if (prim !== void 0) {
|
|
28105
|
+
var res = prim.call(input, hint || "default");
|
|
28106
|
+
if (typeof res !== "object")
|
|
28107
|
+
return res;
|
|
28108
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
28109
|
+
}
|
|
28110
|
+
return (hint === "string" ? String : Number)(input);
|
|
28111
|
+
}
|
|
28090
28112
|
var finished = require_end_of_stream();
|
|
28091
28113
|
var kLastResolve = Symbol("lastResolve");
|
|
28092
28114
|
var kLastReject = Symbol("lastReject");
|
|
@@ -28242,9 +28264,9 @@ var require_async_iterator = __commonJS({
|
|
|
28242
28264
|
}
|
|
28243
28265
|
});
|
|
28244
28266
|
|
|
28245
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28267
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js
|
|
28246
28268
|
var require_from2 = __commonJS({
|
|
28247
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28269
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js"(exports, module2) {
|
|
28248
28270
|
"use strict";
|
|
28249
28271
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
28250
28272
|
try {
|
|
@@ -28279,32 +28301,25 @@ var require_from2 = __commonJS({
|
|
|
28279
28301
|
var keys = Object.keys(object);
|
|
28280
28302
|
if (Object.getOwnPropertySymbols) {
|
|
28281
28303
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
28282
|
-
|
|
28283
|
-
|
|
28284
|
-
|
|
28285
|
-
});
|
|
28286
|
-
keys.push.apply(keys, symbols);
|
|
28304
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
28305
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
28306
|
+
})), keys.push.apply(keys, symbols);
|
|
28287
28307
|
}
|
|
28288
28308
|
return keys;
|
|
28289
28309
|
}
|
|
28290
28310
|
function _objectSpread(target) {
|
|
28291
28311
|
for (var i = 1; i < arguments.length; i++) {
|
|
28292
|
-
var source = arguments[i]
|
|
28293
|
-
|
|
28294
|
-
|
|
28295
|
-
|
|
28296
|
-
|
|
28297
|
-
}
|
|
28298
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
28299
|
-
} else {
|
|
28300
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
28301
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
28302
|
-
});
|
|
28303
|
-
}
|
|
28312
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
28313
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
28314
|
+
_defineProperty(target, key, source[key]);
|
|
28315
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
28316
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
28317
|
+
});
|
|
28304
28318
|
}
|
|
28305
28319
|
return target;
|
|
28306
28320
|
}
|
|
28307
28321
|
function _defineProperty(obj, key, value) {
|
|
28322
|
+
key = _toPropertyKey(key);
|
|
28308
28323
|
if (key in obj) {
|
|
28309
28324
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
28310
28325
|
} else {
|
|
@@ -28312,6 +28327,22 @@ var require_from2 = __commonJS({
|
|
|
28312
28327
|
}
|
|
28313
28328
|
return obj;
|
|
28314
28329
|
}
|
|
28330
|
+
function _toPropertyKey(arg) {
|
|
28331
|
+
var key = _toPrimitive(arg, "string");
|
|
28332
|
+
return typeof key === "symbol" ? key : String(key);
|
|
28333
|
+
}
|
|
28334
|
+
function _toPrimitive(input, hint) {
|
|
28335
|
+
if (typeof input !== "object" || input === null)
|
|
28336
|
+
return input;
|
|
28337
|
+
var prim = input[Symbol.toPrimitive];
|
|
28338
|
+
if (prim !== void 0) {
|
|
28339
|
+
var res = prim.call(input, hint || "default");
|
|
28340
|
+
if (typeof res !== "object")
|
|
28341
|
+
return res;
|
|
28342
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
28343
|
+
}
|
|
28344
|
+
return (hint === "string" ? String : Number)(input);
|
|
28345
|
+
}
|
|
28315
28346
|
var ERR_INVALID_ARG_TYPE = require_errors().codes.ERR_INVALID_ARG_TYPE;
|
|
28316
28347
|
function from(Readable, iterable, opts) {
|
|
28317
28348
|
var iterator;
|
|
@@ -28339,7 +28370,7 @@ var require_from2 = __commonJS({
|
|
|
28339
28370
|
function _next2() {
|
|
28340
28371
|
_next2 = _asyncToGenerator(function* () {
|
|
28341
28372
|
try {
|
|
28342
|
-
var
|
|
28373
|
+
var _yield$iterator$next = yield iterator.next(), value = _yield$iterator$next.value, done = _yield$iterator$next.done;
|
|
28343
28374
|
if (done) {
|
|
28344
28375
|
readable.push(null);
|
|
28345
28376
|
} else if (readable.push(yield value)) {
|
|
@@ -28359,9 +28390,9 @@ var require_from2 = __commonJS({
|
|
|
28359
28390
|
}
|
|
28360
28391
|
});
|
|
28361
28392
|
|
|
28362
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28393
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js
|
|
28363
28394
|
var require_stream_readable = __commonJS({
|
|
28364
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
28395
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js"(exports, module2) {
|
|
28365
28396
|
"use strict";
|
|
28366
28397
|
module2.exports = Readable;
|
|
28367
28398
|
var Duplex;
|
|
@@ -28372,7 +28403,7 @@ var require_stream_readable = __commonJS({
|
|
|
28372
28403
|
};
|
|
28373
28404
|
var Stream = require_stream();
|
|
28374
28405
|
var Buffer2 = require("buffer").Buffer;
|
|
28375
|
-
var OurUint8Array = global.Uint8Array || function() {
|
|
28406
|
+
var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
|
|
28376
28407
|
};
|
|
28377
28408
|
function _uint8ArrayToBuffer(chunk) {
|
|
28378
28409
|
return Buffer2.from(chunk);
|
|
@@ -28889,11 +28920,10 @@ var require_stream_readable = __commonJS({
|
|
|
28889
28920
|
state.pipes = null;
|
|
28890
28921
|
state.pipesCount = 0;
|
|
28891
28922
|
state.flowing = false;
|
|
28892
|
-
for (var i = 0; i < len; i++)
|
|
28923
|
+
for (var i = 0; i < len; i++)
|
|
28893
28924
|
dests[i].emit("unpipe", this, {
|
|
28894
28925
|
hasUnpiped: false
|
|
28895
28926
|
});
|
|
28896
|
-
}
|
|
28897
28927
|
return this;
|
|
28898
28928
|
}
|
|
28899
28929
|
var index = indexOf(state.pipes, dest);
|
|
@@ -28996,9 +29026,8 @@ var require_stream_readable = __commonJS({
|
|
|
28996
29026
|
function flow(stream) {
|
|
28997
29027
|
var state = stream._readableState;
|
|
28998
29028
|
debug("flow", state.flowing);
|
|
28999
|
-
while (state.flowing && stream.read() !== null)
|
|
29029
|
+
while (state.flowing && stream.read() !== null)
|
|
29000
29030
|
;
|
|
29001
|
-
}
|
|
29002
29031
|
}
|
|
29003
29032
|
Readable.prototype.wrap = function(stream) {
|
|
29004
29033
|
var _this = this;
|
|
@@ -29157,9 +29186,9 @@ var require_stream_readable = __commonJS({
|
|
|
29157
29186
|
}
|
|
29158
29187
|
});
|
|
29159
29188
|
|
|
29160
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29189
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js
|
|
29161
29190
|
var require_stream_transform = __commonJS({
|
|
29162
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29191
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js"(exports, module2) {
|
|
29163
29192
|
"use strict";
|
|
29164
29193
|
module2.exports = Transform;
|
|
29165
29194
|
var _require$codes = require_errors().codes;
|
|
@@ -29265,9 +29294,9 @@ var require_stream_transform = __commonJS({
|
|
|
29265
29294
|
}
|
|
29266
29295
|
});
|
|
29267
29296
|
|
|
29268
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29297
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js
|
|
29269
29298
|
var require_stream_passthrough = __commonJS({
|
|
29270
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29299
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js"(exports, module2) {
|
|
29271
29300
|
"use strict";
|
|
29272
29301
|
module2.exports = PassThrough;
|
|
29273
29302
|
var Transform = require_stream_transform();
|
|
@@ -29283,9 +29312,9 @@ var require_stream_passthrough = __commonJS({
|
|
|
29283
29312
|
}
|
|
29284
29313
|
});
|
|
29285
29314
|
|
|
29286
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29315
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js
|
|
29287
29316
|
var require_pipeline = __commonJS({
|
|
29288
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29317
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js"(exports, module2) {
|
|
29289
29318
|
"use strict";
|
|
29290
29319
|
var eos;
|
|
29291
29320
|
function once(callback) {
|
|
@@ -29382,9 +29411,9 @@ var require_pipeline = __commonJS({
|
|
|
29382
29411
|
}
|
|
29383
29412
|
});
|
|
29384
29413
|
|
|
29385
|
-
// ../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29414
|
+
// ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js
|
|
29386
29415
|
var require_readable = __commonJS({
|
|
29387
|
-
"../../../../node_modules/.pnpm/readable-stream@3.6.
|
|
29416
|
+
"../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js"(exports, module2) {
|
|
29388
29417
|
"use strict";
|
|
29389
29418
|
var Stream = require("stream");
|
|
29390
29419
|
if (process.env.READABLE_STREAM === "disable" && Stream) {
|
|
@@ -52665,12 +52694,12 @@ __export(src_exports, {
|
|
|
52665
52694
|
module.exports = __toCommonJS(src_exports);
|
|
52666
52695
|
var import_path7 = __toESM(require("path"));
|
|
52667
52696
|
|
|
52668
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.
|
|
52697
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith/dist/esm-node/materials/FsResource.js
|
|
52669
52698
|
var import_path = __toESM(require("path"));
|
|
52670
52699
|
var import_utils = require("@modern-js/utils");
|
|
52671
52700
|
var FS_RESOURCE = "_codesmith_core_fs_resource";
|
|
52672
52701
|
|
|
52673
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.
|
|
52702
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith/dist/esm-node/utils/fsExists.js
|
|
52674
52703
|
var import_utils2 = require("@modern-js/utils");
|
|
52675
52704
|
async function fsExists(path7) {
|
|
52676
52705
|
try {
|
|
@@ -52681,13 +52710,13 @@ async function fsExists(path7) {
|
|
|
52681
52710
|
}
|
|
52682
52711
|
}
|
|
52683
52712
|
|
|
52684
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.
|
|
52713
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/utils/renderString.js
|
|
52685
52714
|
var import_ejs = __toESM(require_ejs());
|
|
52686
52715
|
function renderString(template, fullData) {
|
|
52687
52716
|
return import_ejs.default.render(template, fullData) || "";
|
|
52688
52717
|
}
|
|
52689
52718
|
|
|
52690
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.
|
|
52719
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/index.js
|
|
52691
52720
|
var EjsAPI = class {
|
|
52692
52721
|
async renderTemplate(templateResource, target, parameters = {}) {
|
|
52693
52722
|
if (templateResource._type !== FS_RESOURCE) {
|
|
@@ -52719,7 +52748,7 @@ var EjsAPI = class {
|
|
|
52719
52748
|
}
|
|
52720
52749
|
};
|
|
52721
52750
|
|
|
52722
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.5.
|
|
52751
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-fs/dist/esm-node/index.js
|
|
52723
52752
|
var import_path2 = __toESM(require("path"));
|
|
52724
52753
|
var import_utils4 = require("@modern-js/utils");
|
|
52725
52754
|
var FsAPI = class {
|
|
@@ -52746,7 +52775,7 @@ var FsAPI = class {
|
|
|
52746
52775
|
}
|
|
52747
52776
|
};
|
|
52748
52777
|
|
|
52749
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.
|
|
52778
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/utils/index.js
|
|
52750
52779
|
var import_utils5 = require("@modern-js/utils");
|
|
52751
52780
|
async function canUseGit() {
|
|
52752
52781
|
try {
|
|
@@ -52821,7 +52850,7 @@ async function gitCommit(cwd, commitMessage) {
|
|
|
52821
52850
|
});
|
|
52822
52851
|
}
|
|
52823
52852
|
|
|
52824
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.
|
|
52853
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/index.js
|
|
52825
52854
|
var GitAPI = class {
|
|
52826
52855
|
async isInGitRepo(cwd = this.generatorCore.outputPath) {
|
|
52827
52856
|
const canUse = await canUseGit();
|
|
@@ -52871,7 +52900,7 @@ var GitAPI = class {
|
|
|
52871
52900
|
}
|
|
52872
52901
|
};
|
|
52873
52902
|
|
|
52874
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.
|
|
52903
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/utils/renderString.js
|
|
52875
52904
|
var import_handlebars = __toESM(require_lib());
|
|
52876
52905
|
function renderString2(template, fullData, registers) {
|
|
52877
52906
|
const helpers = {
|
|
@@ -52885,7 +52914,7 @@ function renderString2(template, fullData, registers) {
|
|
|
52885
52914
|
return import_handlebars.default.compile(template)(fullData) || "";
|
|
52886
52915
|
}
|
|
52887
52916
|
|
|
52888
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.
|
|
52917
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/index.js
|
|
52889
52918
|
var HandlebarsAPI = class {
|
|
52890
52919
|
async registerHelp(helpers) {
|
|
52891
52920
|
this.registers.helpers = {
|
|
@@ -52933,7 +52962,7 @@ var HandlebarsAPI = class {
|
|
|
52933
52962
|
}
|
|
52934
52963
|
};
|
|
52935
52964
|
|
|
52936
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.
|
|
52965
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/env.js
|
|
52937
52966
|
var import_utils8 = require("@modern-js/utils");
|
|
52938
52967
|
async function canUseNvm() {
|
|
52939
52968
|
try {
|
|
@@ -52983,7 +53012,7 @@ async function canUsePnpm() {
|
|
|
52983
53012
|
}
|
|
52984
53013
|
}
|
|
52985
53014
|
|
|
52986
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.
|
|
53015
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/install.js
|
|
52987
53016
|
var import_utils9 = require("@modern-js/utils");
|
|
52988
53017
|
function execaWithStreamLog(command, args, options) {
|
|
52989
53018
|
const promise = (0, import_utils9.execa)(command, args, {
|
|
@@ -53079,7 +53108,7 @@ async function pnpmInstall({ cwd, registryUrl, ignoreScripts, useNvm }) {
|
|
|
53079
53108
|
throw new Error("please install pnpm first");
|
|
53080
53109
|
}
|
|
53081
53110
|
|
|
53082
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.
|
|
53111
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/index.js
|
|
53083
53112
|
var NpmAPI = class {
|
|
53084
53113
|
npmInstall({ cwd, registryUrl, ignoreScripts }) {
|
|
53085
53114
|
return npmInstall({
|
|
@@ -62663,10 +62692,10 @@ var Schema = (
|
|
|
62663
62692
|
}()
|
|
62664
62693
|
);
|
|
62665
62694
|
|
|
62666
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.
|
|
62695
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
|
|
62667
62696
|
var import_inquirer = __toESM(require_inquirer());
|
|
62668
62697
|
|
|
62669
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.
|
|
62698
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/transform.js
|
|
62670
62699
|
var import_lodash = require("@modern-js/utils/lodash");
|
|
62671
62700
|
function validateSchema(schema) {
|
|
62672
62701
|
const { type, properties } = schema;
|
|
@@ -62758,7 +62787,7 @@ function transformForm(schema, configValue = {}, validateMap, initValue) {
|
|
|
62758
62787
|
return getQuestionFromSchema(schema, configValue, validateMap, initValue);
|
|
62759
62788
|
}
|
|
62760
62789
|
|
|
62761
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.
|
|
62790
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
|
|
62762
62791
|
var compileRule = (rule, scope) => {
|
|
62763
62792
|
const state = Schema.compile(rule, {
|
|
62764
62793
|
$self: {},
|
|
@@ -62862,7 +62891,7 @@ async function prompt(schema, configValue = {}, validateMap, initValue) {
|
|
|
62862
62891
|
return answers;
|
|
62863
62892
|
}
|
|
62864
62893
|
|
|
62865
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.
|
|
62894
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/inquirer.js
|
|
62866
62895
|
var CLIReader = class {
|
|
62867
62896
|
getAnswers() {
|
|
62868
62897
|
return this.answers;
|
|
@@ -62891,16 +62920,16 @@ var CLIReader = class {
|
|
|
62891
62920
|
}
|
|
62892
62921
|
};
|
|
62893
62922
|
|
|
62894
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
62923
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
|
|
62895
62924
|
var import_utils13 = require("@modern-js/utils");
|
|
62896
62925
|
var import_lodash5 = require("@modern-js/utils/lodash");
|
|
62897
62926
|
var import_comment_json = __toESM(require_src3());
|
|
62898
62927
|
var import_inquirer2 = __toESM(require_inquirer2());
|
|
62899
62928
|
|
|
62900
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.
|
|
62929
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
|
62901
62930
|
var import_lodash3 = require("@modern-js/utils/lodash");
|
|
62902
62931
|
|
|
62903
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.
|
|
62932
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
|
|
62904
62933
|
var import_lodash2 = require("@modern-js/utils/lodash");
|
|
62905
62934
|
function getObjKeyMap(obj, prefix = "") {
|
|
62906
62935
|
const result = {};
|
|
@@ -62914,7 +62943,7 @@ function getObjKeyMap(obj, prefix = "") {
|
|
|
62914
62943
|
return result;
|
|
62915
62944
|
}
|
|
62916
62945
|
|
|
62917
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.
|
|
62946
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
|
62918
62947
|
var I18n = class {
|
|
62919
62948
|
format(msg, vars) {
|
|
62920
62949
|
return msg.replace(/\{(\w+)\}/g, (_match, capture) => Object.prototype.hasOwnProperty.call(vars, capture) ? vars[capture] : capture);
|
|
@@ -62960,10 +62989,10 @@ var I18n = class {
|
|
|
62960
62989
|
}
|
|
62961
62990
|
};
|
|
62962
62991
|
|
|
62963
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
62992
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/en.js
|
|
62964
62993
|
var EN_LOCALE = {
|
|
62965
62994
|
environment: {
|
|
62966
|
-
node_version: "
|
|
62995
|
+
node_version: "The version of Node.js is too low. Please upgrade to the LTS version: https://nodejs.org/",
|
|
62967
62996
|
nvm_install: "please install nvm first",
|
|
62968
62997
|
yarn_pnpm_npm: "please install yarn or pnpm or npm first"
|
|
62969
62998
|
},
|
|
@@ -62987,10 +63016,10 @@ var EN_LOCALE = {
|
|
|
62987
63016
|
}
|
|
62988
63017
|
};
|
|
62989
63018
|
|
|
62990
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
63019
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/zh.js
|
|
62991
63020
|
var ZH_LOCALE = {
|
|
62992
63021
|
environment: {
|
|
62993
|
-
node_version: "
|
|
63022
|
+
node_version: "Node.js 版本太低,请升级至 LTS 版本: https://nodejs.org/",
|
|
62994
63023
|
nvm_install: "检测到环境中未安装 nvm,请先安装 nvm",
|
|
62995
63024
|
yarn_pnpm_npm: "检测到环境中未安装包管理工具,请先安装 yarn 或 pnpm 或 npm"
|
|
62996
63025
|
},
|
|
@@ -63014,14 +63043,14 @@ var ZH_LOCALE = {
|
|
|
63014
63043
|
}
|
|
63015
63044
|
};
|
|
63016
63045
|
|
|
63017
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
63046
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/index.js
|
|
63018
63047
|
var i18n = new I18n();
|
|
63019
63048
|
var localeKeys = i18n.init("zh", {
|
|
63020
63049
|
zh: ZH_LOCALE,
|
|
63021
63050
|
en: EN_LOCALE
|
|
63022
63051
|
});
|
|
63023
63052
|
|
|
63024
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
63053
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/checkUseNvm.js
|
|
63025
63054
|
var import_path4 = __toESM(require("path"));
|
|
63026
63055
|
var import_utils12 = require("@modern-js/utils");
|
|
63027
63056
|
var NODE_MAJOR_VERSION_MAP = {
|
|
@@ -63069,7 +63098,7 @@ async function checkUseNvm(cwd, logger) {
|
|
|
63069
63098
|
}
|
|
63070
63099
|
}
|
|
63071
63100
|
|
|
63072
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
63101
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/transform.js
|
|
63073
63102
|
var import_lodash4 = require("@modern-js/utils/lodash");
|
|
63074
63103
|
function transformInquirerSchema(questions, configValue = {}, validateMap = {}, initValue = {}) {
|
|
63075
63104
|
for (const question of questions) {
|
|
@@ -63097,7 +63126,7 @@ function transformInquirerSchema(questions, configValue = {}, validateMap = {},
|
|
|
63097
63126
|
return questions;
|
|
63098
63127
|
}
|
|
63099
63128
|
|
|
63100
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.
|
|
63129
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
|
|
63101
63130
|
var AppAPI = class {
|
|
63102
63131
|
async checkEnvironment(nodeVersion) {
|
|
63103
63132
|
if (import_utils13.semver.lt(process.versions.node, nodeVersion || "16.20.2")) {
|
|
@@ -63329,11 +63358,11 @@ var AppAPI = class {
|
|
|
63329
63358
|
}
|
|
63330
63359
|
};
|
|
63331
63360
|
|
|
63332
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.
|
|
63361
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/index.js
|
|
63333
63362
|
var import_comment_json2 = __toESM(require_src3());
|
|
63334
63363
|
var declarationUpdate = __toESM(require_dist());
|
|
63335
63364
|
|
|
63336
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.
|
|
63365
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/utils/index.js
|
|
63337
63366
|
async function editJson(generatorCore, resource, getNewJsonValue) {
|
|
63338
63367
|
const originJsonValue = await resource.value();
|
|
63339
63368
|
const newJsonString = await getNewJsonValue(originJsonValue.content);
|
|
@@ -63346,7 +63375,7 @@ async function editJson(generatorCore, resource, getNewJsonValue) {
|
|
|
63346
63375
|
return newJsonString;
|
|
63347
63376
|
}
|
|
63348
63377
|
|
|
63349
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.
|
|
63378
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.5.2/node_modules/@modern-js/codesmith-api-json/dist/esm-node/index.js
|
|
63350
63379
|
var JsonAPI = class {
|
|
63351
63380
|
async get(resource) {
|
|
63352
63381
|
const originJsonValue = await resource.value();
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-nightly-
|
|
18
|
+
"version": "0.0.0-nightly-20241013170615",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "0.0.0-nightly-
|
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20241013170615"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@modern-js/codesmith": "2.5.
|
|
30
|
-
"@modern-js/codesmith-api-app": "2.5.
|
|
31
|
-
"@modern-js/codesmith-api-json": "2.5.
|
|
29
|
+
"@modern-js/codesmith": "2.5.2",
|
|
30
|
+
"@modern-js/codesmith-api-app": "2.5.2",
|
|
31
|
+
"@modern-js/codesmith-api-json": "2.5.2",
|
|
32
32
|
"@types/jest": "^29",
|
|
33
33
|
"@types/node": "^14",
|
|
34
34
|
"jest": "^29",
|
|
35
35
|
"typescript": "^5",
|
|
36
|
-
"@modern-js/dependence-generator": "0.0.0-nightly-
|
|
37
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
|
36
|
+
"@modern-js/dependence-generator": "0.0.0-nightly-20241013170615",
|
|
37
|
+
"@modern-js/generator-common": "0.0.0-nightly-20241013170615",
|
|
38
|
+
"@scripts/build": "0.0.0-nightly-20241013170615",
|
|
39
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20241013170615",
|
|
40
|
+
"@scripts/jest-config": "0.0.0-nightly-20241013170615"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"publishConfig": {
|