NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/qiankun/lib/interfaces.js
2023-09-14 14:47:11 +08:00

16 lines
516 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SandBoxType = void 0;
var SandBoxType;
exports.SandBoxType = SandBoxType;
(function (SandBoxType) {
SandBoxType["Proxy"] = "Proxy";
SandBoxType["Snapshot"] = "Snapshot"; // for legacy sandbox
// https://github.com/umijs/qiankun/blob/0d1d3f0c5ed1642f01854f96c3fabf0a2148bd26/src/sandbox/legacy/sandbox.ts#L22...L25
SandBoxType["LegacyProxy"] = "LegacyProxy";
})(SandBoxType || (exports.SandBoxType = SandBoxType = {}));