UNPKG

469 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Context = void 0;
4const id_1 = require("../utils/id");
5class Context {
6 constructor(container) {
7 this.id = (0, id_1.id)();
8 this.container = container;
9 }
10 addPlan(plan) {
11 this.plan = plan;
12 }
13 setCurrentRequest(currentRequest) {
14 this.currentRequest = currentRequest;
15 }
16}
17exports.Context = Context;
18//# sourceMappingURL=context.js.map
\No newline at end of file