UNPKG

@abaplint/core

Version:
12 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Destination = void 0; const combi_1 = require("../combi"); const _1 = require("."); class Destination extends combi_1.Expression { getRunnable() { return (0, combi_1.seq)("DESTINATION", (0, combi_1.optPrio)("IN GROUP"), (0, combi_1.altPrio)("DEFAULT", _1.Source)); } } exports.Destination = Destination; //# sourceMappingURL=destination.js.map