UNPKG

@visactor/vrender-core

Version:
15 lines (11 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Plan = void 0; class Plan { constructor(parentContext, rootRequest) { this.parentContext = parentContext, this.rootRequest = rootRequest; } } exports.Plan = Plan; //# sourceMappingURL=plan.js.map