@abaplint/core
Version:
abaplint - Core API
12 lines • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectLoop = void 0;
const select_1 = require("./select");
class SelectLoop {
static runSyntax(node, input) {
// try using the other Select, they should look very much the same
select_1.Select.runSyntax(node, input);
}
}
exports.SelectLoop = SelectLoop;
//# sourceMappingURL=select_loop.js.map