@abaplint/transpiler
Version:
11 lines • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndOfSelectionTranspiler = void 0;
const chunk_1 = require("../chunk");
class EndOfSelectionTranspiler {
transpile(_node) {
return new chunk_1.Chunk("");
}
}
exports.EndOfSelectionTranspiler = EndOfSelectionTranspiler;
//# sourceMappingURL=end_of_selection.js.map