UNPKG

@abaplint/transpiler

Version:
11 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LoopAtScreenTranspiler = void 0; const chunk_1 = require("../chunk"); class LoopAtScreenTranspiler { transpile(_node, _traversal) { return new chunk_1.Chunk(`throw new Error("LoopAtScreen, transpiler todo");\n{`); } } exports.LoopAtScreenTranspiler = LoopAtScreenTranspiler; //# sourceMappingURL=loop_at_screen.js.map