UNPKG

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