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,44 @@
import { Global, addGlobalSnapshot, getGlobalFederationConstructor, getGlobalHostPlugins, getGlobalSnapshot, getGlobalSnapshotInfoByModuleInfo, getInfoWithoutType, getPreloaded, getRemoteEntryExports, getTargetSnapshotInfoByModuleInfo, nativeGlobal, registerGlobalPlugins, resetFederationGlobalInfo, setGlobalFederationConstructor, setGlobalFederationInstance, setGlobalSnapshotInfoByModuleInfo, setPreloaded } from "./global.js";
import { getGlobalShareScope, getRegisteredShare } from "./utils/share.js";
import { matchRemoteWithNameAndExpose } from "./utils/manifest.js";
import { getRemoteInfo } from "./utils/load.js";
import "./utils/index.js";
import { preloadAssets } from "./utils/preload.js";
//#region src/helpers.ts
const ShareUtils = {
getRegisteredShare,
getGlobalShareScope
};
const GlobalUtils = {
Global,
nativeGlobal,
resetFederationGlobalInfo,
setGlobalFederationInstance,
getGlobalFederationConstructor,
setGlobalFederationConstructor,
getInfoWithoutType,
getGlobalSnapshot,
getTargetSnapshotInfoByModuleInfo,
getGlobalSnapshotInfoByModuleInfo,
setGlobalSnapshotInfoByModuleInfo,
addGlobalSnapshot,
getRemoteEntryExports,
registerGlobalPlugins,
getGlobalHostPlugins,
getPreloaded,
setPreloaded
};
var helpers_default = {
global: GlobalUtils,
share: ShareUtils,
utils: {
matchRemoteWithNameAndExpose,
preloadAssets,
getRemoteInfo
}
};
//#endregion
export { helpers_default as default };
//# sourceMappingURL=helpers.js.map