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