| 1 2 3 4 5 6 7 | 1x 1x 1x 1x | "use strict";
(function (AppendState) {
AppendState[AppendState["AfterObfuscation"] = 0] = "AfterObfuscation";
AppendState[AppendState["BeforeObfuscation"] = 1] = "BeforeObfuscation";
})(exports.AppendState || (exports.AppendState = {}));
var AppendState = exports.AppendState;
//# sourceMappingURL=AppendState.js.map |