UNPKG

@abaplint/core

Version:
12 lines 401 B
"use strict"; 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