UNPKG

@abaplint/transpiler

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