@modern-js/repo-generator 0.0.0-next-20240910140727 → 0.0.0-next-20240911233316
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 +14 -14
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -84503,7 +84503,7 @@ var SolutionSchemas = {
|
|
|
84503
84503
|
custom: getBaseSchema
|
|
84504
84504
|
};
|
|
84505
84505
|
|
|
84506
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84506
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_async_to_generator.js
|
|
84507
84507
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
84508
84508
|
try {
|
|
84509
84509
|
var info = gen[key](arg);
|
|
@@ -84533,13 +84533,13 @@ function _async_to_generator(fn) {
|
|
|
84533
84533
|
};
|
|
84534
84534
|
}
|
|
84535
84535
|
|
|
84536
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84536
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_class_call_check.js
|
|
84537
84537
|
function _class_call_check(instance, Constructor) {
|
|
84538
84538
|
if (!(instance instanceof Constructor))
|
|
84539
84539
|
throw new TypeError("Cannot call a class as a function");
|
|
84540
84540
|
}
|
|
84541
84541
|
|
|
84542
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84542
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_define_property.js
|
|
84543
84543
|
function _define_property(obj, key, value) {
|
|
84544
84544
|
if (key in obj) {
|
|
84545
84545
|
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
@@ -84548,7 +84548,7 @@ function _define_property(obj, key, value) {
|
|
|
84548
84548
|
return obj;
|
|
84549
84549
|
}
|
|
84550
84550
|
|
|
84551
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84551
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_object_spread.js
|
|
84552
84552
|
function _object_spread(target) {
|
|
84553
84553
|
for (var i = 1; i < arguments.length; i++) {
|
|
84554
84554
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
@@ -84567,7 +84567,7 @@ function _object_spread(target) {
|
|
|
84567
84567
|
return target;
|
|
84568
84568
|
}
|
|
84569
84569
|
|
|
84570
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84570
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_object_spread_props.js
|
|
84571
84571
|
function ownKeys(object, enumerableOnly) {
|
|
84572
84572
|
var keys = Object.keys(object);
|
|
84573
84573
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -84593,7 +84593,7 @@ function _object_spread_props(target, source) {
|
|
|
84593
84593
|
return target;
|
|
84594
84594
|
}
|
|
84595
84595
|
|
|
84596
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84596
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_object_without_properties_loose.js
|
|
84597
84597
|
function _object_without_properties_loose(source, excluded) {
|
|
84598
84598
|
if (source == null)
|
|
84599
84599
|
return {};
|
|
@@ -84609,7 +84609,7 @@ function _object_without_properties_loose(source, excluded) {
|
|
|
84609
84609
|
return target;
|
|
84610
84610
|
}
|
|
84611
84611
|
|
|
84612
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84612
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_object_without_properties.js
|
|
84613
84613
|
function _object_without_properties(source, excluded) {
|
|
84614
84614
|
if (source == null)
|
|
84615
84615
|
return {};
|
|
@@ -84629,7 +84629,7 @@ function _object_without_properties(source, excluded) {
|
|
|
84629
84629
|
return target;
|
|
84630
84630
|
}
|
|
84631
84631
|
|
|
84632
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84632
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_array_like_to_array.js
|
|
84633
84633
|
function _array_like_to_array(arr, len) {
|
|
84634
84634
|
if (len == null || len > arr.length)
|
|
84635
84635
|
len = arr.length;
|
|
@@ -84638,25 +84638,25 @@ function _array_like_to_array(arr, len) {
|
|
|
84638
84638
|
return arr2;
|
|
84639
84639
|
}
|
|
84640
84640
|
|
|
84641
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84641
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_array_without_holes.js
|
|
84642
84642
|
function _array_without_holes(arr) {
|
|
84643
84643
|
if (Array.isArray(arr))
|
|
84644
84644
|
return _array_like_to_array(arr);
|
|
84645
84645
|
}
|
|
84646
84646
|
|
|
84647
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84647
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_iterable_to_array.js
|
|
84648
84648
|
function _iterable_to_array(iter) {
|
|
84649
84649
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
|
84650
84650
|
return Array.from(iter);
|
|
84651
84651
|
}
|
|
84652
84652
|
}
|
|
84653
84653
|
|
|
84654
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84654
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_non_iterable_spread.js
|
|
84655
84655
|
function _non_iterable_spread() {
|
|
84656
84656
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
84657
84657
|
}
|
|
84658
84658
|
|
|
84659
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84659
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_unsupported_iterable_to_array.js
|
|
84660
84660
|
function _unsupported_iterable_to_array(o, minLen) {
|
|
84661
84661
|
if (!o)
|
|
84662
84662
|
return;
|
|
@@ -84671,7 +84671,7 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
84671
84671
|
return _array_like_to_array(o, minLen);
|
|
84672
84672
|
}
|
|
84673
84673
|
|
|
84674
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84674
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_to_consumable_array.js
|
|
84675
84675
|
function _to_consumable_array(arr) {
|
|
84676
84676
|
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
|
84677
84677
|
}
|
|
@@ -84893,7 +84893,7 @@ async function getModernPluginVersion(solution, packageName, options = {
|
|
|
84893
84893
|
// ../../generator-plugin/dist/esm/index.js
|
|
84894
84894
|
var import_lodash13 = require("@modern-js/utils/lodash");
|
|
84895
84895
|
|
|
84896
|
-
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.
|
|
84896
|
+
// ../../../../node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_create_class.js
|
|
84897
84897
|
function _defineProperties(target, props) {
|
|
84898
84898
|
for (var i = 0; i < props.length; i++) {
|
|
84899
84899
|
var descriptor = props[i];
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-20240911233316",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"/dist/index.js"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@modern-js/utils": "0.0.0-next-
|
|
26
|
+
"@modern-js/utils": "0.0.0-next-20240911233316"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.4.2",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/generator
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@modern-js/generator-
|
|
39
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
40
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
41
|
-
"@scripts/build": "0.0.0-next-
|
|
42
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
35
|
+
"@modern-js/generator-common": "0.0.0-next-20240911233316",
|
|
36
|
+
"@modern-js/base-generator": "0.0.0-next-20240911233316",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-next-20240911233316",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-next-20240911233316",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-next-20240911233316",
|
|
40
|
+
"@modern-js/mwa-generator": "0.0.0-next-20240911233316",
|
|
41
|
+
"@scripts/build": "0.0.0-next-20240911233316",
|
|
42
|
+
"@scripts/jest-config": "0.0.0-next-20240911233316"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|