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