@abaplint/transpiler
Version:
11 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EndCaseTranspiler = void 0;
const chunk_1 = require("../chunk");
class EndCaseTranspiler {
transpile(node, traversal) {
return new chunk_1.Chunk().append("}", node, traversal);
}
}
exports.EndCaseTranspiler = EndCaseTranspiler;
//# sourceMappingURL=end_case.js.map