UNPKG

@abaplint/transpiler

Version:
12 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypePoolsTranspiler = void 0; const chunk_1 = require("../chunk"); class TypePoolsTranspiler { transpile(_node, _traversal) { // not required for loading, https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abaptype-pools.htm return new chunk_1.Chunk(``); } } exports.TypePoolsTranspiler = TypePoolsTranspiler; //# sourceMappingURL=type_pools.js.map