@modern-js/repo-generator 0.0.0-next-20240131181000 → 0.0.0-next-20240207065107

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