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