@jameslnewell/buildkite-pipelines
Version:
Generate Buildkite pipelines from code.
32 lines • 1.85 kB
JavaScript
;
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
};
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
if (kind === "m") throw new TypeError("Private method is not writable");
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
};
var _ConditionHelper_condition;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConditionHelper = void 0;
class ConditionHelper {
constructor() {
_ConditionHelper_condition.set(this, void 0);
}
getCondition() {
return __classPrivateFieldGet(this, _ConditionHelper_condition, "f");
}
setCondition(condition) {
__classPrivateFieldSet(this, _ConditionHelper_condition, condition, "f");
}
build() {
return __classPrivateFieldGet(this, _ConditionHelper_condition, "f") ? { if: __classPrivateFieldGet(this, _ConditionHelper_condition, "f") } : {};
}
}
exports.ConditionHelper = ConditionHelper;
_ConditionHelper_condition = new WeakMap();
//# sourceMappingURL=condition.js.map