the-forest/client/node_modules/.cache/babel-loader/a813dd14a2cda9de821f78e29bc557b399611787340a8cab1706eace9efb0860.json

1 line
11 KiB
JSON
Raw Normal View History

2024-09-17 20:35:18 -04:00
{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ServerMsg = void 0;\nconst protobuf_decode_js_1 = require(\"../shared/protobuf_decode.js\");\nexports.ServerMsg = {\n default() {\n return {\n type: \"none\"\n };\n },\n 1(r) {\n return {\n type: \"hello_ok\"\n };\n },\n 2(r) {\n return r.message(HelloErrorMsg);\n },\n 3(r) {\n return r.message(ResponseOkMsg);\n },\n 4(r) {\n return r.message(ResponseErrorMsg);\n }\n};\nconst HelloErrorMsg = {\n default() {\n return {\n type: \"hello_error\",\n error: protobuf_decode_js_1.Error.default()\n };\n },\n 1(r, msg) {\n msg.error = r.message(protobuf_decode_js_1.Error);\n }\n};\nconst ResponseErrorMsg = {\n default() {\n return {\n type: \"response_error\",\n requestId: 0,\n error: protobuf_decode_js_1.Error.default()\n };\n },\n 1(r, msg) {\n msg.requestId = r.int32();\n },\n 2(r, msg) {\n msg.error = r.message(protobuf_decode_js_1.Error);\n }\n};\nconst ResponseOkMsg = {\n default() {\n return {\n type: \"response_ok\",\n requestId: 0,\n response: {\n type: \"none\"\n }\n };\n },\n 1(r, msg) {\n msg.requestId = r.int32();\n },\n 2(r, msg) {\n msg.response = {\n type: \"open_stream\"\n };\n },\n 3(r, msg) {\n msg.response = {\n type: \"close_stream\"\n };\n },\n 4(r, msg) {\n msg.response = r.message(ExecuteResp);\n },\n 5(r, msg) {\n msg.response = r.message(BatchResp);\n },\n 6(r, msg) {\n msg.response = {\n type: \"open_cursor\"\n };\n },\n 7(r, msg) {\n msg.response = {\n type: \"close_cursor\"\n };\n },\n 8(r, msg) {\n msg.response = r.message(FetchCursorResp);\n },\n 9(r, msg) {\n msg.response = {\n type: \"sequence\"\n };\n },\n 10(r, msg) {\n msg.response = r.message(DescribeResp);\n },\n 11(r, msg) {\n msg.response = {\n type: \"store_sql\"\n };\n },\n 12(r, msg) {\n msg.response = {\n type: \"close_sql\"\n };\n },\n 13(r, msg) {\n msg.response = r.message(GetAutocommitResp);\n }\n};\nconst ExecuteResp = {\n default() {\n return {\n type: \"execute\",\n result: protobuf_decode_js_1.StmtResult.default()\n };\n },\n 1(r, msg) {\n msg.result = r.message(protobuf_decode_js_1.StmtResult);\n }\n};\nconst BatchResp = {\n default() {\n return {\n type: \"batch\",\n result: protobuf_decode_js_1.BatchResult.default()\n };\n },\n 1(r, msg) {\n msg.result = r.message(protobuf_decode_js_1.BatchResult);\n }\n};\nconst FetchCursorResp = {\n default() {\n return {\n type: \"fetch_cursor\",\n entries: [],\n done: false\n };\n },\n 1(r, msg) {\n msg.entries.push(r.message(protobuf_decode_js_1.CursorEntry));\n },\n 2(r, msg) {\n msg.done = r.bool();\n }\n};\nconst DescribeResp = {\n default() {\n return {\n type: \"describe\",\n result: protobuf_decode_js_1.DescribeResult.default()\n };\n },\n 1(r, msg) {\n msg.result = r.message(protobuf_decode_js_1.DescribeResult);\n }\n};\nconst GetAutocommitResp = {\n default() {\n return {\n type: \"get_autocommit\",\n isAutocommit: false\n };\n },\n 1(r, msg) {\n msg.isAutocommit = r.bool();\n }\n};","map":{"version":3,"names":["Object","defineProperty","exports","value","ServerMsg","protobuf_decode_js_1","require","default","type","r","message","HelloErrorMsg","ResponseOkMsg","ResponseErrorMsg","error","Error","msg","requestId","int32","response","ExecuteResp","BatchResp","FetchCursorResp","DescribeResp","GetAutocommitResp","result","StmtResult","BatchResult","entries","done","push","CursorEntry","bool","DescribeResult","isAutocommit"],"sources":["/Users/shoofle/Projects/the-forest/node_modules/@libsql/hrana-client/lib-cjs/ws/protobuf_decode.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.ServerMsg = void 0;\nconst protobuf_decode_js_1 = requir