UNPKG

@abaplint/transpiler

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