Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023-present zhouxiao(zhoushaw)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,45 @@
//#region \0rolldown/runtime.js
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __exportAll = (all, no_symbols) => {
let target = {};
for (var name in all) {
__defProp(target, name, {
get: all[name],
enumerable: true
});
}
if (!no_symbols) {
__defProp(target, Symbol.toStringTag, { value: "Module" });
}
return target;
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
key = keys[i];
if (!__hasOwnProp.call(to, key) && key !== except) {
__defProp(to, key, {
get: ((k) => from[k]).bind(null, key),
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
});
}
}
}
return to;
};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
value: mod,
enumerable: true
}) : target, mod));
//#endregion
exports.__exportAll = __exportAll;
exports.__reExport = __reExport;
exports.__toESM = __toESM;

View File

@@ -0,0 +1,36 @@
//#region \0rolldown/runtime.js
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __exportAll = (all, no_symbols) => {
let target = {};
for (var name in all) {
__defProp(target, name, {
get: all[name],
enumerable: true
});
}
if (!no_symbols) {
__defProp(target, Symbol.toStringTag, { value: "Module" });
}
return target;
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
key = keys[i];
if (!__hasOwnProp.call(to, key) && key !== except) {
__defProp(to, key, {
get: ((k) => from[k]).bind(null, key),
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
});
}
}
}
return to;
};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
//#endregion
export { __exportAll, __reExport };

View File

@@ -0,0 +1,17 @@
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
require('./index.cjs');
let _module_federation_runtime = require("@module-federation/runtime");
//#region src/bundler.ts
var bundler_exports = /* @__PURE__ */ require_runtime.__exportAll({ default: () => _module_federation_runtime });
//#endregion
module.exports = _module_federation_runtime;
Object.keys(_module_federation_runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return _module_federation_runtime[k]; }
});
});
//# sourceMappingURL=bundler.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"bundler.cjs","names":[],"sources":["../src/bundler.ts"],"sourcesContent":["export { default } from './index';\nexport * from './index';\n"],"mappings":""}

View File

@@ -0,0 +1,9 @@
import runtime from "./index.js";
export * from "@module-federation/runtime";
//#region src/bundler.d.ts
declare namespace bundler_d_exports {
export { runtime as default };
}
export = runtime;
//# sourceMappingURL=bundler.d.ts.map

View File

@@ -0,0 +1,11 @@
import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.js";
import runtime from "./index.js";
export * from "@module-federation/runtime"
//#region src/bundler.ts
var bundler_exports = /* @__PURE__ */ __exportAll({ default: () => runtime });
//#endregion
export { runtime as default };
//# sourceMappingURL=bundler.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"bundler.js","names":[],"sources":["../src/bundler.ts"],"sourcesContent":["export { default } from './index';\nexport * from './index';\n"],"mappings":""}

View File

@@ -0,0 +1,11 @@
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
let _module_federation_runtime = require("@module-federation/runtime");
_module_federation_runtime = require_runtime.__toESM(_module_federation_runtime);
module.exports = _module_federation_runtime;
Object.keys(_module_federation_runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return _module_federation_runtime[k]; }
});
});

View File

@@ -0,0 +1,3 @@
import * as runtime from "@module-federation/runtime";
export * from "@module-federation/runtime";
export = runtime;

View File

@@ -0,0 +1,6 @@
import { __exportAll, __reExport } from "./_virtual/_rolldown/runtime.js";
import * as runtime from "@module-federation/runtime";
export * from "@module-federation/runtime"
export { runtime as default };

View File

@@ -0,0 +1,9 @@
var _module_federation_runtime_core = require("@module-federation/runtime/core");
Object.keys(_module_federation_runtime_core).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return _module_federation_runtime_core[k]; }
});
});

View File

@@ -0,0 +1 @@
export * from "@module-federation/runtime/core";

View File

@@ -0,0 +1,3 @@
export * from "@module-federation/runtime/core"
export { };

View File

@@ -0,0 +1,9 @@
var _module_federation_runtime = require("@module-federation/runtime");
Object.keys(_module_federation_runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return _module_federation_runtime[k]; }
});
});

View File

@@ -0,0 +1 @@
export * from "@module-federation/runtime";

View File

@@ -0,0 +1,3 @@
export * from "@module-federation/runtime"
export { };

View File

@@ -0,0 +1,10 @@
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
let _module_federation_webpack_bundler_runtime = require("@module-federation/webpack-bundler-runtime");
_module_federation_webpack_bundler_runtime = require_runtime.__toESM(_module_federation_webpack_bundler_runtime);
//#region src/webpack-bundler-runtime.ts
const normalizedWebpackBundlerRuntime = _module_federation_webpack_bundler_runtime.default.default ?? _module_federation_webpack_bundler_runtime.default;
//#endregion
module.exports = normalizedWebpackBundlerRuntime;
//# sourceMappingURL=webpack-bundler-runtime.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"webpack-bundler-runtime.cjs","names":["webpackBundlerRuntime"],"sources":["../src/webpack-bundler-runtime.ts"],"sourcesContent":["import webpackBundlerRuntime from '@module-federation/webpack-bundler-runtime';\n\nconst normalizedWebpackBundlerRuntime =\n // Support both CJS module.exports payload and transpiled default payload.\n (webpackBundlerRuntime as { default?: unknown }).default ??\n webpackBundlerRuntime;\n\nexport default normalizedWebpackBundlerRuntime;\n"],"mappings":";;;;;AAEA,MAAM,kCAEHA,mDAAgD,WACjDA"}

View File

@@ -0,0 +1,4 @@
//#region src/webpack-bundler-runtime.d.ts
declare const normalizedWebpackBundlerRuntime: {};
export = normalizedWebpackBundlerRuntime;
//# sourceMappingURL=webpack-bundler-runtime.d.ts.map

View File

@@ -0,0 +1,8 @@
import webpackBundlerRuntime from "@module-federation/webpack-bundler-runtime";
//#region src/webpack-bundler-runtime.ts
const normalizedWebpackBundlerRuntime = webpackBundlerRuntime.default ?? webpackBundlerRuntime;
//#endregion
export { normalizedWebpackBundlerRuntime as default };
//# sourceMappingURL=webpack-bundler-runtime.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"webpack-bundler-runtime.js","names":[],"sources":["../src/webpack-bundler-runtime.ts"],"sourcesContent":["import webpackBundlerRuntime from '@module-federation/webpack-bundler-runtime';\n\nconst normalizedWebpackBundlerRuntime =\n // Support both CJS module.exports payload and transpiled default payload.\n (webpackBundlerRuntime as { default?: unknown }).default ??\n webpackBundlerRuntime;\n\nexport default normalizedWebpackBundlerRuntime;\n"],"mappings":";;;AAEA,MAAM,kCAEH,sBAAgD,WACjD"}