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