@module-federation/modern-js 0.0.0-next-20240918073359 → 0.0.0-next-20240918080432

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 (99) hide show
  1. package/dist/cjs/cli/{dataLoader/ast/index.js → constant.js} +6 -6
  2. package/dist/cjs/cli/index.js +1 -5
  3. package/dist/cjs/cli/mfRuntimePlugins/{node-fetch.js → inject-node-fetch.js} +6 -6
  4. package/dist/cjs/cli/mfRuntimePlugins/resolve-entry-ipv4.js +38 -40
  5. package/dist/cjs/{runtime/withMFRouteId.js → cli/mfRuntimePlugins/shared-strategy.js} +23 -11
  6. package/dist/cjs/cli/ssrPlugin.js +2 -5
  7. package/dist/cjs/cli/utils.js +6 -11
  8. package/dist/cjs/cli/utils.spec.js +6 -5
  9. package/dist/cjs/constant.js +2 -35
  10. package/dist/cjs/runtime/index.js +1 -4
  11. package/dist/cjs/ssr-runtime/plugin.js +22 -9
  12. package/dist/esm/cli/constant.js +4 -0
  13. package/dist/esm/cli/index.js +2 -6
  14. package/dist/esm/cli/mfRuntimePlugins/{node-fetch.js → inject-node-fetch.js} +3 -3
  15. package/dist/esm/cli/mfRuntimePlugins/shared-strategy.js +25 -0
  16. package/dist/esm/cli/ssrPlugin.js +3 -6
  17. package/dist/esm/cli/utils.js +8 -13
  18. package/dist/esm/cli/utils.spec.js +6 -5
  19. package/dist/esm/constant.js +1 -23
  20. package/dist/esm/runtime/index.js +1 -3
  21. package/dist/esm/ssr-runtime/plugin.js +26 -10
  22. package/dist/esm-node/cli/constant.js +4 -0
  23. package/dist/esm-node/cli/index.js +1 -5
  24. package/dist/esm-node/cli/mfRuntimePlugins/{node-fetch.js → inject-node-fetch.js} +3 -3
  25. package/dist/esm-node/cli/mfRuntimePlugins/resolve-entry-ipv4.js +38 -40
  26. package/dist/esm-node/cli/mfRuntimePlugins/shared-strategy.js +23 -0
  27. package/dist/esm-node/cli/ssrPlugin.js +2 -5
  28. package/dist/esm-node/cli/utils.js +5 -9
  29. package/dist/esm-node/cli/utils.spec.js +6 -5
  30. package/dist/esm-node/constant.js +1 -23
  31. package/dist/esm-node/runtime/index.js +1 -3
  32. package/dist/esm-node/ssr-runtime/plugin.js +22 -9
  33. package/dist/types/cli/constant.d.ts +1 -0
  34. package/dist/types/cli/mfRuntimePlugins/shared-strategy.d.ts +3 -0
  35. package/dist/types/cli/utils.d.ts +0 -2
  36. package/dist/types/constant.d.ts +0 -11
  37. package/dist/types/runtime/index.d.ts +0 -1
  38. package/dist/types/ssr-runtime/plugin.d.ts +1 -3
  39. package/dist/types/types/index.d.ts +0 -8
  40. package/package.json +11 -48
  41. package/dist/cjs/cli/dataLoader/ast/constant.js +0 -49
  42. package/dist/cjs/cli/dataLoader/ast/generateRoutes.js +0 -141
  43. package/dist/cjs/cli/dataLoader/clearMFCache.js +0 -57
  44. package/dist/cjs/cli/dataLoader/generateRouteFile.js +0 -147
  45. package/dist/cjs/cli/dataLoader/patchMFConfig.js +0 -137
  46. package/dist/cjs/cli/dataLoader/plugin.js +0 -208
  47. package/dist/cjs/cli/mfRuntimePlugins/node.js +0 -41
  48. package/dist/cjs/cli/server/dataLoaderPlugin.js +0 -86
  49. package/dist/cjs/cli/server/fetchRemoteFullRoutesMap.js +0 -72
  50. package/dist/cjs/interfaces/route.js +0 -16
  51. package/dist/cjs/runtime/dataLoader/plugin-inject-assets.js +0 -94
  52. package/dist/cjs/runtime/dataLoader/plugin.js +0 -77
  53. package/dist/cjs/runtime/dataLoader/utils.js +0 -106
  54. package/dist/esm/cli/dataLoader/ast/constant.js +0 -18
  55. package/dist/esm/cli/dataLoader/ast/generateRoutes.js +0 -108
  56. package/dist/esm/cli/dataLoader/ast/index.js +0 -4
  57. package/dist/esm/cli/dataLoader/clearMFCache.js +0 -34
  58. package/dist/esm/cli/dataLoader/generateRouteFile.js +0 -307
  59. package/dist/esm/cli/dataLoader/patchMFConfig.js +0 -103
  60. package/dist/esm/cli/dataLoader/plugin.js +0 -328
  61. package/dist/esm/cli/mfRuntimePlugins/node.js +0 -13
  62. package/dist/esm/cli/server/dataLoaderPlugin.js +0 -109
  63. package/dist/esm/cli/server/fetchRemoteFullRoutesMap.js +0 -93
  64. package/dist/esm/interfaces/route.js +0 -0
  65. package/dist/esm/runtime/dataLoader/plugin-inject-assets.js +0 -73
  66. package/dist/esm/runtime/dataLoader/plugin.js +0 -99
  67. package/dist/esm/runtime/dataLoader/utils.js +0 -77
  68. package/dist/esm/runtime/withMFRouteId.js +0 -7
  69. package/dist/esm-node/cli/dataLoader/ast/constant.js +0 -18
  70. package/dist/esm-node/cli/dataLoader/ast/generateRoutes.js +0 -107
  71. package/dist/esm-node/cli/dataLoader/ast/index.js +0 -4
  72. package/dist/esm-node/cli/dataLoader/clearMFCache.js +0 -33
  73. package/dist/esm-node/cli/dataLoader/generateRouteFile.js +0 -112
  74. package/dist/esm-node/cli/dataLoader/patchMFConfig.js +0 -103
  75. package/dist/esm-node/cli/dataLoader/plugin.js +0 -173
  76. package/dist/esm-node/cli/mfRuntimePlugins/node.js +0 -11
  77. package/dist/esm-node/cli/server/dataLoaderPlugin.js +0 -66
  78. package/dist/esm-node/cli/server/fetchRemoteFullRoutesMap.js +0 -47
  79. package/dist/esm-node/interfaces/route.js +0 -0
  80. package/dist/esm-node/runtime/dataLoader/plugin-inject-assets.js +0 -70
  81. package/dist/esm-node/runtime/dataLoader/plugin.js +0 -53
  82. package/dist/esm-node/runtime/dataLoader/utils.js +0 -77
  83. package/dist/esm-node/runtime/withMFRouteId.js +0 -7
  84. package/dist/types/cli/dataLoader/ast/constant.d.ts +0 -8
  85. package/dist/types/cli/dataLoader/ast/generateRoutes.d.ts +0 -5
  86. package/dist/types/cli/dataLoader/ast/index.d.ts +0 -1
  87. package/dist/types/cli/dataLoader/clearMFCache.d.ts +0 -1
  88. package/dist/types/cli/dataLoader/generateRouteFile.d.ts +0 -10
  89. package/dist/types/cli/dataLoader/patchMFConfig.d.ts +0 -10
  90. package/dist/types/cli/dataLoader/plugin.d.ts +0 -6
  91. package/dist/types/cli/mfRuntimePlugins/node.d.ts +0 -3
  92. package/dist/types/cli/server/dataLoaderPlugin.d.ts +0 -10
  93. package/dist/types/cli/server/fetchRemoteFullRoutesMap.d.ts +0 -11
  94. package/dist/types/interfaces/route.d.ts +0 -12
  95. package/dist/types/runtime/dataLoader/plugin-inject-assets.d.ts +0 -4
  96. package/dist/types/runtime/dataLoader/plugin.d.ts +0 -5
  97. package/dist/types/runtime/dataLoader/utils.d.ts +0 -22
  98. package/dist/types/runtime/withMFRouteId.d.ts +0 -1
  99. /package/dist/types/cli/mfRuntimePlugins/{node-fetch.d.ts → inject-node-fetch.d.ts} +0 -0
@@ -1,106 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var utils_exports = {};
20
- __export(utils_exports, {
21
- decodeId: () => decodeId,
22
- getRemoteId: () => getRemoteId,
23
- getRemoteLayoutId: () => getRemoteLayoutId,
24
- getRemoteRoutesInfos: () => getRemoteRoutesInfos,
25
- injectRemoteRoutes: () => injectRemoteRoutes,
26
- transformName2Prefix: () => transformName2Prefix
27
- });
28
- module.exports = __toCommonJS(utils_exports);
29
- var import_sdk = require("@module-federation/sdk");
30
- var import_constant = require("../../constant");
31
- const SPLIT_SYMBOL = "@";
32
- function transformName2Prefix(name) {
33
- return `${(0, import_sdk.encodeName)(name, "", false)}${SPLIT_SYMBOL}`;
34
- }
35
- function decodeId(prefix) {
36
- const realPrefix = prefix.split(SPLIT_SYMBOL)[0];
37
- return (0, import_sdk.decodeName)(realPrefix, "", false);
38
- }
39
- function getRemoteRoutesInfos(route, remoteRoutesMap) {
40
- if (!route.id) {
41
- return;
42
- }
43
- const remoteName = decodeId(route.id);
44
- const remoteRouteObj = remoteRoutesMap[remoteName];
45
- if (!remoteRouteObj) {
46
- return;
47
- }
48
- const remoteRoutes = remoteRouteObj.routes[0];
49
- return {
50
- routes: remoteRoutes,
51
- name: remoteName,
52
- pathName: route.path
53
- };
54
- }
55
- function getRemoteLayoutId(remoteName) {
56
- const prefix = transformName2Prefix(remoteName);
57
- return `${prefix}${import_constant.DEFAULT_LAYOUT}`;
58
- }
59
- function getRemoteId(remoteName) {
60
- return `${remoteName}/${import_constant.DEFAULT_ENTRY}/${import_constant.MF_ROUTES}`;
61
- }
62
- function injectRemoteRoutes(initialRoutes, remoteRoutesMap) {
63
- const traverse = (route) => {
64
- var _route_children;
65
- const remoteRoutesInfos = getRemoteRoutesInfos(route, remoteRoutesMap);
66
- if (remoteRoutesInfos) {
67
- const { routes, pathName } = remoteRoutesInfos;
68
- route.id = routes.id;
69
- route.path = pathName;
70
- if (routes.loader) {
71
- route.loader = routes.loader;
72
- }
73
- if (routes.children) {
74
- route.children = routes.children;
75
- }
76
- route.element = routes.element;
77
- route.Component = routes.Component;
78
- return;
79
- }
80
- (_route_children = route.children) === null || _route_children === void 0 ? void 0 : _route_children.forEach((r) => {
81
- traverse(r);
82
- });
83
- };
84
- Object.keys(initialRoutes).forEach((entryName) => {
85
- const routes = initialRoutes[entryName];
86
- if (Array.isArray(routes)) {
87
- routes.forEach((route) => {
88
- traverse(route);
89
- });
90
- } else {
91
- var _routes_routes;
92
- routes === null || routes === void 0 ? void 0 : (_routes_routes = routes.routes) === null || _routes_routes === void 0 ? void 0 : _routes_routes.forEach((r) => {
93
- traverse(r);
94
- });
95
- }
96
- });
97
- }
98
- // Annotate the CommonJS export names for ESM import in node:
99
- 0 && (module.exports = {
100
- decodeId,
101
- getRemoteId,
102
- getRemoteLayoutId,
103
- getRemoteRoutesInfos,
104
- injectRemoteRoutes,
105
- transformName2Prefix
106
- });
@@ -1,18 +0,0 @@
1
- var IS_ROOT = "isRoot";
2
- var ID = "id";
3
- var COMPONENT = "component";
4
- var LAZY_COMPONENT = "lazyImport";
5
- var SHOULD_REVALIDATE = "shouldRevalidate";
6
- var PRIVATE_COMPONENT = "_component";
7
- var ELEMENT = "element";
8
- var LOADER = "loader";
9
- export {
10
- COMPONENT,
11
- ELEMENT,
12
- ID,
13
- IS_ROOT,
14
- LAZY_COMPONENT,
15
- LOADER,
16
- PRIVATE_COMPONENT,
17
- SHOULD_REVALIDATE
18
- };
@@ -1,108 +0,0 @@
1
- import { _ as _to_consumable_array } from "@swc/helpers/_/_to_consumable_array";
2
- import fs from "fs";
3
- import traverse from "@babel/traverse";
4
- import * as babelParser from "@babel/parser";
5
- import generate from "@babel/generator";
6
- import * as t from "@babel/types";
7
- function findTargetKeyNode(nodeProperties, key) {
8
- return nodeProperties.find(function(p) {
9
- return t.isObjectProperty(p) && t.isStringLiteral(p.key) && p.key.value === key;
10
- });
11
- }
12
- function generateRoutes(param) {
13
- var sourceCode = param.sourceCode, filePath = param.filePath;
14
- var ast = babelParser.parse(sourceCode, {
15
- sourceType: "module"
16
- });
17
- var lazyComponentDeclarations = [];
18
- var componentDeclarations = [];
19
- var componentId = 0;
20
- traverse(ast, {
21
- // ImportDeclaration(path) {
22
- // const source = path.node.source.value;
23
- // const routeIdMatch = source.match(/routeId=([^&]+)/);
24
- // if (routeIdMatch) {
25
- // const originalRouteId = routeIdMatch[1];
26
- // const newRouteId = `${prefix}${originalRouteId}`;
27
- // const newSource = source.replace(
28
- // /routeId=[^&]+/,
29
- // `routeId=${newRouteId}`,
30
- // );
31
- // path.node.source = t.stringLiteral(newSource);
32
- // }
33
- // },
34
- ObjectExpression: function ObjectExpression(path) {
35
- var componentName = "";
36
- var lazyComponentName = "";
37
- if (!Array.isArray(path.node.properties)) {
38
- return;
39
- }
40
- var idNode = findTargetKeyNode(path.node.properties, "id");
41
- if (idNode && t.isObjectProperty(idNode) && t.isStringLiteral(idNode.value)) {
42
- }
43
- var isRootNode = findTargetKeyNode(path.node.properties, "isRoot");
44
- if (isRootNode && t.isObjectProperty(isRootNode) && t.isBooleanLiteral(isRootNode.value)) {
45
- isRootNode.value.value = false;
46
- }
47
- if (!isRootNode) {
48
- var lazyComponentNode = findTargetKeyNode(path.node.properties, "lazyImport");
49
- if (lazyComponentNode && t.isObjectProperty(lazyComponentNode) && t.isArrowFunctionExpression(lazyComponentNode.value)) {
50
- lazyComponentName = "LazyComponent_".concat(componentId);
51
- var lazyDeclaration = t.variableDeclaration("const", [
52
- t.variableDeclarator(t.identifier(lazyComponentName), lazyComponentNode.value)
53
- ]);
54
- lazyComponentNode.value = t.identifier(lazyComponentName);
55
- var componentNode = findTargetKeyNode(path.node.properties, "component");
56
- if (componentNode && t.isObjectProperty(componentNode) && t.isCallExpression(componentNode.value) && t.isIdentifier(componentNode.value.callee)) {
57
- componentNode.value = t.callExpression(t.identifier("lazy"), [
58
- t.identifier(lazyComponentName)
59
- ]);
60
- }
61
- lazyComponentDeclarations.push(lazyDeclaration);
62
- }
63
- }
64
- var componentNode1 = findTargetKeyNode(path.node.properties, "component");
65
- if (componentNode1 && t.isObjectProperty(componentNode1) && t.isCallExpression(componentNode1.value) && t.isIdentifier(componentNode1.value.callee)) {
66
- componentName = "Component_".concat(componentId);
67
- var componentDeclaration = t.variableDeclaration("const", [
68
- t.variableDeclarator(t.identifier(componentName), lazyComponentName ? t.callExpression(t.identifier("lazy"), [
69
- t.identifier(lazyComponentName)
70
- ]) : componentNode1.value)
71
- ]);
72
- componentDeclarations.push(componentDeclaration);
73
- componentNode1.value = t.identifier(componentName);
74
- }
75
- if (lazyComponentName || componentName) {
76
- componentId++;
77
- if (componentName) {
78
- var upperFirstName = componentName.slice(0, 1).toUpperCase() + componentName.slice(1);
79
- var jsxElement = t.jsxElement(t.jsxOpeningElement(t.jsxIdentifier(upperFirstName), [], true), null, [], true);
80
- path.node.properties.push(t.objectProperty(t.identifier("element"), jsxElement));
81
- }
82
- }
83
- }
84
- });
85
- traverse(ast, {
86
- Program: function Program(path) {
87
- var lastImportIndex = path.get("body").reduce(function(lastIndex, p, index) {
88
- if (t.isImportDeclaration(p.node)) {
89
- lastIndex = index;
90
- }
91
- return lastIndex;
92
- }, -1);
93
- if (lastImportIndex >= 0) {
94
- var lastImport = path.get("body.".concat(lastImportIndex));
95
- _to_consumable_array(componentDeclarations).concat(_to_consumable_array(lazyComponentDeclarations)).forEach(function(declaration) {
96
- if ("insertAfter" in lastImport) {
97
- lastImport.insertAfter(declaration);
98
- }
99
- });
100
- }
101
- }
102
- });
103
- var code = generate(ast).code;
104
- fs.writeFileSync(filePath, code);
105
- }
106
- export {
107
- generateRoutes
108
- };
@@ -1,4 +0,0 @@
1
- import { generateRoutes } from "./generateRoutes";
2
- export {
3
- generateRoutes
4
- };
@@ -1,34 +0,0 @@
1
- import { _ as _type_of } from "@swc/helpers/_/_type_of";
2
- function clearMFCache() {
3
- if (!globalThis.__FEDERATION__) {
4
- console.log("clearMFCache no globalThis.__FEDERATION__");
5
- return;
6
- }
7
- globalThis.__FEDERATION__.__INSTANCES__.map(function(i) {
8
- i.moduleCache.forEach(function(mc) {
9
- if (mc.remoteInfo && mc.remoteInfo.entryGlobalName) {
10
- delete globalThis[mc.remoteInfo.entryGlobalName];
11
- }
12
- });
13
- i.moduleCache.clear();
14
- if (globalThis[i.name]) {
15
- delete globalThis[i.name];
16
- }
17
- });
18
- Object.keys(globalThis.__FEDERATION__).forEach(function(key) {
19
- if (Array.isArray(globalThis.__FEDERATION__[key])) {
20
- globalThis.__FEDERATION__[key] = [];
21
- } else if (key === "__PRELOADED_MAP__") {
22
- globalThis.__FEDERATION__[key] = /* @__PURE__ */ new Map();
23
- } else if (_type_of(globalThis.__FEDERATION__[key]) === "object") {
24
- globalThis.__FEDERATION__[key] = {};
25
- }
26
- });
27
- if (globalThis.__GLOBAL_LOADING_REMOTE_ENTRY__) {
28
- globalThis.__GLOBAL_LOADING_REMOTE_ENTRY__ = {};
29
- }
30
- globalThis.FORCE_MF_REFRESH = true;
31
- }
32
- export {
33
- clearMFCache
34
- };
@@ -1,307 +0,0 @@
1
- import { _ as _async_to_generator } from "@swc/helpers/_/_async_to_generator";
2
- import { _ as _to_consumable_array } from "@swc/helpers/_/_to_consumable_array";
3
- import { _ as _ts_generator } from "@swc/helpers/_/_ts_generator";
4
- import { fs, normalizeToPosixPath } from "@modern-js/utils";
5
- import path from "path";
6
- import { MF_JSON, ROUTE_ID } from "../../constant";
7
- import { getRemoteLayoutId } from "../../runtime/dataLoader/utils";
8
- var ROUTES = "routes";
9
- function calcPathName(filePath, rootDir, entry) {
10
- var relativePath = path.relative(rootDir, filePath);
11
- var conditionalReg = /^\[(.*)\]$/;
12
- var splitPaths = relativePath.split("/").reduce(function(sum, cur) {
13
- if (cur.includes(".")) {
14
- var _sum;
15
- var split = cur.split(".").map(function(i) {
16
- var match2 = i.match(conditionalReg);
17
- if (match2) {
18
- return ":".concat(match2[1]);
19
- }
20
- return i.startsWith("__") ? "" : i;
21
- });
22
- (_sum = sum).push.apply(_sum, _to_consumable_array(split));
23
- } else {
24
- var match = cur.match(conditionalReg);
25
- if (match) {
26
- sum.push(":".concat(match[1]));
27
- } else {
28
- if (!cur.startsWith("__")) {
29
- sum.push(cur);
30
- }
31
- }
32
- }
33
- return sum;
34
- }, []);
35
- return path.join(entry, splitPaths.filter(function(p) {
36
- return !!p;
37
- }).join("/"));
38
- }
39
- function generateRouteFile(options) {
40
- return _generateRouteFile.apply(this, arguments);
41
- }
42
- function _generateRouteFile() {
43
- _generateRouteFile = _async_to_generator(function(options) {
44
- var appDirectory, entries, remotePathMap, srcPath, traverse, traverseRoutes, normalizedEntries;
45
- return _ts_generator(this, function(_state) {
46
- switch (_state.label) {
47
- case 0:
48
- appDirectory = options.appDirectory;
49
- entries = [];
50
- remotePathMap = {};
51
- srcPath = "".concat(appDirectory, "/src");
52
- traverse = function() {
53
- var _ref = _async_to_generator(function(filepath, rootDir, entry) {
54
- var isDirectory, items, mfJson, mfJsonContent, remoteName, remoteLayoutId, writeFile, pathname, filePath;
55
- return _ts_generator(this, function(_state2) {
56
- switch (_state2.label) {
57
- case 0:
58
- return [
59
- 4,
60
- fs.pathExists(filepath)
61
- ];
62
- case 1:
63
- if (!_state2.sent()) {
64
- return [
65
- 2,
66
- null
67
- ];
68
- }
69
- return [
70
- 4,
71
- fs.stat(filepath)
72
- ];
73
- case 2:
74
- isDirectory = _state2.sent().isDirectory();
75
- if (!isDirectory) {
76
- return [
77
- 2,
78
- null
79
- ];
80
- }
81
- return [
82
- 4,
83
- fs.readdir(filepath)
84
- ];
85
- case 3:
86
- items = _state2.sent();
87
- mfJson = items.find(function(i) {
88
- return i === MF_JSON;
89
- });
90
- if (!mfJson)
91
- return [
92
- 3,
93
- 7
94
- ];
95
- return [
96
- 4,
97
- fs.readJSON(normalizeToPosixPath(path.join(filepath, mfJson)))
98
- ];
99
- case 4:
100
- mfJsonContent = _state2.sent();
101
- remoteName = mfJsonContent.remoteName;
102
- remoteLayoutId = getRemoteLayoutId(remoteName);
103
- writeFile = function() {
104
- var _ref2 = _async_to_generator(function(id, type, pathname2) {
105
- var generatedFilePath, content;
106
- return _ts_generator(this, function(_state3) {
107
- switch (_state3.label) {
108
- case 0:
109
- generatedFilePath = normalizeToPosixPath(path.join(filepath, "".concat(type, ".tsx")));
110
- content = [
111
- "// Do not edit this file. It is a auto generated.",
112
- "// It will render ".concat(remoteName, "'s ").concat(type, "."),
113
- "// The ".concat(type, " pathname is: ").concat(pathname2),
114
- "// The ".concat(type, " route id is: ").concat(ROUTE_ID)
115
- ];
116
- return [
117
- 4,
118
- fs.writeFile(generatedFilePath, content.join("\n"))
119
- ];
120
- case 1:
121
- _state3.sent();
122
- return [
123
- 2,
124
- generatedFilePath
125
- ];
126
- }
127
- });
128
- });
129
- return function writeFile2(id, type, pathname2) {
130
- return _ref2.apply(this, arguments);
131
- };
132
- }();
133
- if (!remoteLayoutId)
134
- return [
135
- 3,
136
- 6
137
- ];
138
- pathname = calcPathName(filepath, rootDir, entry);
139
- return [
140
- 4,
141
- writeFile(remoteLayoutId, "layout", pathname)
142
- ];
143
- case 5:
144
- filePath = _state2.sent();
145
- remotePathMap[pathname] = {
146
- name: remoteName,
147
- path: filePath
148
- };
149
- _state2.label = 6;
150
- case 6:
151
- return [
152
- 2
153
- ];
154
- case 7:
155
- return [
156
- 4,
157
- Promise.all(items.map(function() {
158
- var _ref2 = _async_to_generator(function(item) {
159
- return _ts_generator(this, function(_state3) {
160
- switch (_state3.label) {
161
- case 0:
162
- return [
163
- 4,
164
- traverse(normalizeToPosixPath(path.join(filepath, item)), rootDir, entry)
165
- ];
166
- case 1:
167
- _state3.sent();
168
- return [
169
- 2
170
- ];
171
- }
172
- });
173
- });
174
- return function(item) {
175
- return _ref2.apply(this, arguments);
176
- };
177
- }()))
178
- ];
179
- case 8:
180
- _state2.sent();
181
- return [
182
- 2
183
- ];
184
- }
185
- });
186
- });
187
- return function traverse2(filepath, rootDir, entry) {
188
- return _ref.apply(this, arguments);
189
- };
190
- }();
191
- traverseRoutes = function() {
192
- var _ref = _async_to_generator(function(dir) {
193
- var level, isDirectory, items, entry, rootDir;
194
- var _arguments = arguments;
195
- return _ts_generator(this, function(_state2) {
196
- switch (_state2.label) {
197
- case 0:
198
- level = _arguments.length > 1 && _arguments[1] !== void 0 ? _arguments[1] : 1;
199
- if (level > 3) {
200
- return [
201
- 2
202
- ];
203
- }
204
- return [
205
- 4,
206
- fs.stat(dir)
207
- ];
208
- case 1:
209
- isDirectory = _state2.sent().isDirectory();
210
- if (!isDirectory) {
211
- return [
212
- 2
213
- ];
214
- }
215
- return [
216
- 4,
217
- fs.readdir(dir)
218
- ];
219
- case 2:
220
- items = _state2.sent();
221
- if (!items.find(function(i) {
222
- return i === ROUTES;
223
- }))
224
- return [
225
- 3,
226
- 4
227
- ];
228
- entry = path.relative(srcPath, dir);
229
- entries.push(entry);
230
- rootDir = "".concat(dir, "/").concat(ROUTES);
231
- return [
232
- 4,
233
- traverse(rootDir, rootDir, entry)
234
- ];
235
- case 3:
236
- _state2.sent();
237
- return [
238
- 3,
239
- 6
240
- ];
241
- case 4:
242
- return [
243
- 4,
244
- Promise.all(items.map(function() {
245
- var _ref2 = _async_to_generator(function(item) {
246
- return _ts_generator(this, function(_state3) {
247
- switch (_state3.label) {
248
- case 0:
249
- return [
250
- 4,
251
- traverseRoutes(path.join(dir, item), level++)
252
- ];
253
- case 1:
254
- _state3.sent();
255
- return [
256
- 2
257
- ];
258
- }
259
- });
260
- });
261
- return function(item) {
262
- return _ref2.apply(this, arguments);
263
- };
264
- }()))
265
- ];
266
- case 5:
267
- _state2.sent();
268
- _state2.label = 6;
269
- case 6:
270
- return [
271
- 2
272
- ];
273
- }
274
- });
275
- });
276
- return function traverseRoutes2(dir) {
277
- return _ref.apply(this, arguments);
278
- };
279
- }();
280
- return [
281
- 4,
282
- traverseRoutes(srcPath)
283
- ];
284
- case 1:
285
- _state.sent();
286
- normalizedEntries = entries.map(function(entry) {
287
- if (entry === "") {
288
- return "main";
289
- }
290
- return entry;
291
- });
292
- return [
293
- 2,
294
- {
295
- entries: normalizedEntries,
296
- remotePathMap
297
- }
298
- ];
299
- }
300
- });
301
- });
302
- return _generateRouteFile.apply(this, arguments);
303
- }
304
- export {
305
- calcPathName,
306
- generateRouteFile
307
- };
@@ -1,103 +0,0 @@
1
- import { _ as _define_property } from "@swc/helpers/_/_define_property";
2
- import path from "path";
3
- import { fs } from "@modern-js/utils";
4
- import { MODERN_JS_ROUTE_SERVER_LOADER } from "../../constant";
5
- import { MF_ROUTES, MODERN_JS_FILE_SYSTEM_ROUTES_FILE_NAME } from "../../constant";
6
- import { generateRoutes } from "./ast";
7
- function generateExtraExposeFiles(options) {
8
- var internalDirectory = options.internalDirectory, mfConfig = options.mfConfig, isServer = options.isServer, entries = options.entries;
9
- var entryMap = {};
10
- var outputDir = path.resolve(process.cwd(), "node_modules/.federation/data-loader");
11
- fs.ensureDirSync(outputDir);
12
- var addSuffix = function(fileName) {
13
- var ext = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ".jsx";
14
- if (!isServer) {
15
- return "".concat(fileName).concat(ext);
16
- }
17
- return "".concat(fileName, ".server").concat(ext);
18
- };
19
- var generateEntryRoutes = function(entry) {
20
- var outputEntryDir = path.resolve(outputDir, entry);
21
- fs.ensureDirSync(outputEntryDir);
22
- var sourceDir = path.resolve(internalDirectory, entry);
23
- var routesFilePath = path.resolve(sourceDir, addSuffix(MODERN_JS_FILE_SYSTEM_ROUTES_FILE_NAME, ".js"));
24
- var routesFileContent = fs.readFileSync(routesFilePath, "utf-8");
25
- var outputFullRoutesPath = path.resolve(outputEntryDir, addSuffix(MF_ROUTES));
26
- generateRoutes({
27
- sourceCode: routesFileContent,
28
- filePath: outputFullRoutesPath
29
- });
30
- var routeServerLoaderPath = path.resolve(sourceDir, "".concat(MODERN_JS_ROUTE_SERVER_LOADER, ".js"));
31
- var outputRouteServerLoaderPath = path.resolve(outputEntryDir, "".concat(MODERN_JS_ROUTE_SERVER_LOADER, ".js"));
32
- var clientRouteServerLoaderPath = outputRouteServerLoaderPath.replace(MODERN_JS_ROUTE_SERVER_LOADER, "".concat(MODERN_JS_ROUTE_SERVER_LOADER, "-client"));
33
- if (isServer) {
34
- var routeServerLoaderContent = fs.readFileSync(routeServerLoaderPath, "utf-8");
35
- generateRoutes({
36
- sourceCode: routeServerLoaderContent,
37
- filePath: outputRouteServerLoaderPath
38
- });
39
- } else {
40
- fs.writeFileSync(clientRouteServerLoaderPath, "export const routes = []");
41
- }
42
- entryMap[entry] = {
43
- routesPath: outputFullRoutesPath,
44
- routeServerLoaderPath: outputRouteServerLoaderPath,
45
- clientRouteServerLoaderPath
46
- };
47
- };
48
- entries.forEach(function(entry) {
49
- generateEntryRoutes(entry);
50
- });
51
- return {
52
- entryMap
53
- };
54
- }
55
- function addExpose(options) {
56
- var mfConfig = options.mfConfig, isServer = options.isServer;
57
- var entryMap = generateExtraExposeFiles(options).entryMap;
58
- var addExposeByEntry = function(entry, routesPath, routeServerLoaderPath, clientRouteServerLoaderPath) {
59
- if (!mfConfig.exposes) {
60
- mfConfig.exposes = {};
61
- }
62
- var routesKey = "./".concat(entry, "/").concat(MF_ROUTES);
63
- if (!mfConfig.exposes[routesKey]) {
64
- mfConfig.exposes[routesKey] = routesPath;
65
- }
66
- var routeServerLoaderKey = "./".concat(entry, "/").concat(MODERN_JS_ROUTE_SERVER_LOADER);
67
- if (!mfConfig.exposes[routeServerLoaderKey]) {
68
- if (isServer) {
69
- mfConfig.exposes[routeServerLoaderKey] = routeServerLoaderPath;
70
- } else {
71
- mfConfig.exposes[routeServerLoaderKey] = clientRouteServerLoaderPath;
72
- }
73
- }
74
- };
75
- Object.keys(entryMap).forEach(function(entry) {
76
- var _entryMap_entry = entryMap[entry], routesPath = _entryMap_entry.routesPath, routeServerLoaderPath = _entryMap_entry.routeServerLoaderPath, clientRouteServerLoaderPath = _entryMap_entry.clientRouteServerLoaderPath;
77
- addExposeByEntry(entry, routesPath, routeServerLoaderPath, clientRouteServerLoaderPath);
78
- });
79
- }
80
- function addShared(options) {
81
- var metaName = options.metaName, mfConfig = options.mfConfig;
82
- var alias = "@".concat(metaName, "/runtime/router");
83
- if (!mfConfig.shared) {
84
- mfConfig.shared = _define_property({}, alias, {
85
- singleton: true
86
- });
87
- } else {
88
- if (!Array.isArray(mfConfig.shared)) {
89
- mfConfig.shared[alias] = {
90
- singleton: true
91
- };
92
- } else {
93
- mfConfig.shared.push(alias);
94
- }
95
- }
96
- }
97
- function patchMFConfig(options) {
98
- addShared(options);
99
- addExpose(options);
100
- }
101
- export {
102
- patchMFConfig
103
- };