UNPKG

@abaplint/transpiler

Version:
11 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CallScreenTranspiler = void 0; const chunk_1 = require("../chunk"); class CallScreenTranspiler { transpile(_node, _traversal) { return new chunk_1.Chunk(`throw new Error("CallScreen, not supported, transpiler");`); } } exports.CallScreenTranspiler = CallScreenTranspiler; //# sourceMappingURL=call_screen.js.map