UNPKG

@abaplint/transpiler

Version:
11 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommitTranspiler = void 0; const chunk_1 = require("../chunk"); class CommitTranspiler { transpile(node, traversal) { return new chunk_1.Chunk().append("abap.statements.commit();", node, traversal); } } exports.CommitTranspiler = CommitTranspiler; //# sourceMappingURL=commit.js.map