@modern-js/repo-generator 0.0.0-nightly-20240128170732 → 0.0.0-nightly-20240130170640
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 +1 -7
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -83434,7 +83434,6 @@ var ZH_LOCALE2 = {
|
|
|
83434
83434
|
polyfill: "启用「基于 UA 的 Polyfill」功能",
|
|
83435
83435
|
proxy: "启用「全局代理」",
|
|
83436
83436
|
swc: "启用「SWC 编译」",
|
|
83437
|
-
rspack: "启用「Rspack 构建」(实验性)",
|
|
83438
83437
|
module_doc: "启动「模块文档」功能"
|
|
83439
83438
|
},
|
|
83440
83439
|
element: {
|
|
@@ -83533,7 +83532,6 @@ var EN_LOCALE2 = {
|
|
|
83533
83532
|
polyfill: "Enable UA-based Polyfill Feature",
|
|
83534
83533
|
proxy: "Enable Global Proxy",
|
|
83535
83534
|
swc: "Enable SWC Compile",
|
|
83536
|
-
rspack: "Enable Rspack Build (experimental)",
|
|
83537
83535
|
module_doc: "Enable Module Doc"
|
|
83538
83536
|
},
|
|
83539
83537
|
element: {
|
|
@@ -83926,7 +83924,6 @@ var ActionFunction;
|
|
|
83926
83924
|
ActionFunction2["Polyfill"] = "polyfill";
|
|
83927
83925
|
ActionFunction2["Proxy"] = "proxy";
|
|
83928
83926
|
ActionFunction2["SWC"] = "swc";
|
|
83929
|
-
ActionFunction2["Rspack"] = "rspack";
|
|
83930
83927
|
ActionFunction2["ModuleDoc"] = "module_doc";
|
|
83931
83928
|
})(ActionFunction || (ActionFunction = {}));
|
|
83932
83929
|
var ActionRefactor;
|
|
@@ -83961,7 +83958,6 @@ var ActionFunctionText = {
|
|
|
83961
83958
|
["polyfill"]: () => i18n2.t(localeKeys2.action.function.polyfill),
|
|
83962
83959
|
["proxy"]: () => i18n2.t(localeKeys2.action.function.proxy),
|
|
83963
83960
|
["swc"]: () => i18n2.t(localeKeys2.action.function.swc),
|
|
83964
|
-
["rspack"]: () => i18n2.t(localeKeys2.action.function.rspack),
|
|
83965
83961
|
["module_doc"]: () => i18n2.t(localeKeys2.action.function.module_doc)
|
|
83966
83962
|
};
|
|
83967
83963
|
var ActionRefactorText = {
|
|
@@ -83975,7 +83971,6 @@ var MWAActionTypes = [
|
|
|
83975
83971
|
ActionType.Refactor
|
|
83976
83972
|
];
|
|
83977
83973
|
var MWAActionFunctions = [
|
|
83978
|
-
ActionFunction.Rspack,
|
|
83979
83974
|
ActionFunction.TailwindCSS,
|
|
83980
83975
|
ActionFunction.BFF,
|
|
83981
83976
|
ActionFunction.SSG,
|
|
@@ -84120,8 +84115,7 @@ var MWANewActionGenerators = {
|
|
|
84120
84115
|
[ActionFunction.SSG]: "@modern-js/ssg-generator",
|
|
84121
84116
|
[ActionFunction.Polyfill]: "@modern-js/dependence-generator",
|
|
84122
84117
|
[ActionFunction.Proxy]: "@modern-js/dependence-generator",
|
|
84123
|
-
[ActionFunction.SWC]: "@modern-js/dependence-generator"
|
|
84124
|
-
[ActionFunction.Rspack]: "@modern-js/rspack-generator"
|
|
84118
|
+
[ActionFunction.SWC]: "@modern-js/dependence-generator"
|
|
84125
84119
|
},
|
|
84126
84120
|
[ActionType.Refactor]: {
|
|
84127
84121
|
[ActionRefactor.ReactRouter5]: "@modern-js/router-v5-generator"
|
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-20240130170640",
|
|
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-nightly-
|
|
26
|
+
"@modern-js/utils": "0.0.0-nightly-20240130170640"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@modern-js/codesmith": "2.3.3",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/generator-common": "0.0.0-nightly-
|
|
36
|
-
"@modern-js/base-generator": "0.0.0-nightly-
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@modern-js/generator-
|
|
39
|
-
"@modern-js/
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@modern-js/mwa-generator": "0.0.0-nightly-
|
|
42
|
-
"@scripts/
|
|
43
|
-
"@scripts/
|
|
35
|
+
"@modern-js/generator-common": "0.0.0-nightly-20240130170640",
|
|
36
|
+
"@modern-js/base-generator": "0.0.0-nightly-20240130170640",
|
|
37
|
+
"@modern-js/generator-plugin": "0.0.0-nightly-20240130170640",
|
|
38
|
+
"@modern-js/generator-utils": "0.0.0-nightly-20240130170640",
|
|
39
|
+
"@modern-js/module-generator": "0.0.0-nightly-20240130170640",
|
|
40
|
+
"@modern-js/monorepo-generator": "0.0.0-nightly-20240130170640",
|
|
41
|
+
"@modern-js/mwa-generator": "0.0.0-nightly-20240130170640",
|
|
42
|
+
"@scripts/build": "0.0.0-nightly-20240130170640",
|
|
43
|
+
"@scripts/jest-config": "0.0.0-nightly-20240130170640"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"publishConfig": {
|