UNPKG

@abaplint/transpiler

Version:
11 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModuleTranspiler = void 0; const chunk_1 = require("../chunk"); class ModuleTranspiler { transpile(_node, _traversal) { return new chunk_1.Chunk().appendString("// MODULE skipped by transpiler\n"); } } exports.ModuleTranspiler = ModuleTranspiler; //# sourceMappingURL=module.js.map