UNPKG

@abaplint/transpiler

Version:
13 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UlineTranspiler = void 0; const chunk_1 = require("../chunk"); class UlineTranspiler { transpile(_node, _traversal) { const chunk = new chunk_1.Chunk(); chunk.appendString(`abap.statements.write("--------------------------------------------------", {"newLine": true});`); return chunk; } } exports.UlineTranspiler = UlineTranspiler; //# sourceMappingURL=uline.js.map