mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-02 08:25:41 +08:00
13 lines
390 B
JavaScript
13 lines
390 B
JavaScript
define(["require", "exports"], function (require, exports) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var Plan = (function () {
|
|
function Plan(parentContext, rootRequest) {
|
|
this.parentContext = parentContext;
|
|
this.rootRequest = rootRequest;
|
|
}
|
|
return Plan;
|
|
}());
|
|
exports.Plan = Plan;
|
|
});
|