UNPKG

@abaplint/transpiler

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