UNPKG

@abaplint/transpiler

Version:
11 lines 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunctionPoolTranspiler = void 0; const chunk_1 = require("../chunk"); class FunctionPoolTranspiler { transpile(_node, _traversal) { return new chunk_1.Chunk(""); } } exports.FunctionPoolTranspiler = FunctionPoolTranspiler; //# sourceMappingURL=function_pool.js.map