UNPKG

@abaplint/transpiler

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