@abaplint/transpiler
Version:
11 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopTranspiler = void 0;
const chunk_1 = require("../chunk");
class StopTranspiler {
transpile(_node, _traversal) {
return new chunk_1.Chunk(`throw new Error("STOP, not supported, transpiler");`);
}
}
exports.StopTranspiler = StopTranspiler;
//# sourceMappingURL=stop.js.map