去掉index中对context的引用,减少前台体积
This commit is contained in:
parent
b85f2f07e8
commit
793771dfdf
|
|
@ -9,5 +9,3 @@ export * from './types/Exception';
|
|||
export * from './types/Pagination';
|
||||
export * from './types/NamedCondition';
|
||||
export * from './types/ErrorPage';
|
||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
||||
|
|
|
|||
|
|
@ -8,5 +8,3 @@ export * from './types/Exception';
|
|||
export * from './types/Pagination';
|
||||
export * from './types/NamedCondition';
|
||||
export * from './types/ErrorPage';
|
||||
export { FrontendRuntimeContext } from './context/FrontendRuntimeContext';
|
||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
||||
|
|
|
|||
|
|
@ -9,5 +9,3 @@ export * from './types/Exception';
|
|||
export * from './types/Pagination';
|
||||
export * from './types/NamedCondition';
|
||||
export * from './types/ErrorPage';
|
||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
||||
|
|
|
|||
|
|
@ -11,8 +11,4 @@ tslib_1.__exportStar(require("./types/AbstractComponent"), exports);
|
|||
tslib_1.__exportStar(require("./types/Exception"), exports);
|
||||
tslib_1.__exportStar(require("./types/Pagination"), exports);
|
||||
tslib_1.__exportStar(require("./types/NamedCondition"), exports);
|
||||
tslib_1.__exportStar(require("./types/ErrorPage"), exports);
|
||||
var FrontendRuntimeContext_1 = require("./context/FrontendRuntimeContext");
|
||||
Object.defineProperty(exports, "FrontendRuntimeContext", { enumerable: true, get: function () { return FrontendRuntimeContext_1.FrontendRuntimeContext; } });
|
||||
var BackendRuntimeContext_1 = require("./context/BackendRuntimeContext");
|
||||
Object.defineProperty(exports, "BackendRuntimeContext", { enumerable: true, get: function () { return BackendRuntimeContext_1.BackendRuntimeContext; } });
|
||||
tslib_1.__exportStar(require("./types/ErrorPage"), exports);
|
||||
|
|
@ -10,6 +10,3 @@ export * from './types/Exception';
|
|||
export * from './types/Pagination';
|
||||
export * from './types/NamedCondition';
|
||||
export * from './types/ErrorPage';
|
||||
|
||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
||||
Loading…
Reference in New Issue