UNPKG

@abaplint/transpiler

Version:
12 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BreakIdTranspiler = void 0; const chunk_1 = require("../chunk"); class BreakIdTranspiler { transpile(_node, _traversal) { // for now, do nothing return new chunk_1.Chunk(``); } } exports.BreakIdTranspiler = BreakIdTranspiler; //# sourceMappingURL=break_id.js.map