@abaplint/transpiler
Version:
11 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReadLineTranspiler = void 0;
const chunk_1 = require("../chunk");
class ReadLineTranspiler {
transpile(_node, _traversal) {
return new chunk_1.Chunk(`throw new Error("ReadLine, transpiler todo");`);
}
}
exports.ReadLineTranspiler = ReadLineTranspiler;
//# sourceMappingURL=read_line.js.map