@abaplint/transpiler
Version:
12 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LogPointTranspiler = void 0;
const chunk_1 = require("../chunk");
class LogPointTranspiler {
transpile(_node, _traversal) {
// for now, do nothing,
return new chunk_1.Chunk(``);
}
}
exports.LogPointTranspiler = LogPointTranspiler;
//# sourceMappingURL=log_point.js.map