@trpc/server 11.3.1 → 11.3.2-canary.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adapters/aws-lambda/package.json +1 -0
- package/adapters/express/package.json +1 -0
- package/adapters/fastify/package.json +1 -0
- package/adapters/fetch/package.json +1 -0
- package/adapters/next/package.json +1 -0
- package/adapters/next-app-dir/package.json +1 -0
- package/adapters/node-http/package.json +1 -0
- package/adapters/standalone/package.json +1 -0
- package/adapters/ws/package.json +1 -0
- package/dist/adapters/aws-lambda/index.cjs +255 -0
- package/dist/adapters/aws-lambda/index.d.cts +31 -0
- package/dist/adapters/aws-lambda/index.d.cts.map +1 -0
- package/dist/adapters/aws-lambda/index.d.mts +31 -0
- package/dist/adapters/aws-lambda/index.d.mts.map +1 -0
- package/dist/adapters/aws-lambda/index.mjs +248 -57
- package/dist/adapters/aws-lambda/index.mjs.map +1 -0
- package/dist/adapters/express.cjs +34 -0
- package/dist/adapters/express.d.cts +15 -0
- package/dist/adapters/express.d.cts.map +1 -0
- package/dist/adapters/express.d.mts +15 -0
- package/dist/adapters/express.d.mts.map +1 -0
- package/dist/adapters/express.mjs +30 -32
- package/dist/adapters/express.mjs.map +1 -0
- package/dist/adapters/fastify/index.cjs +75 -0
- package/dist/adapters/fastify/index.d.cts +29 -0
- package/dist/adapters/fastify/index.d.cts.map +1 -0
- package/dist/adapters/fastify/index.d.mts +29 -0
- package/dist/adapters/fastify/index.d.mts.map +1 -0
- package/dist/adapters/fastify/index.mjs +75 -2
- package/dist/adapters/fastify/index.mjs.map +1 -0
- package/dist/adapters/fetch/index.cjs +58 -0
- package/dist/adapters/fetch/index.d.cts +30 -0
- package/dist/adapters/fetch/index.d.cts.map +1 -0
- package/dist/adapters/fetch/index.d.mts +30 -0
- package/dist/adapters/fetch/index.d.mts.map +1 -0
- package/dist/adapters/fetch/index.mjs +59 -1
- package/dist/adapters/fetch/index.mjs.map +1 -0
- package/dist/adapters/next-app-dir.cjs +3050 -0
- package/dist/adapters/next-app-dir.d.cts +58 -0
- package/dist/adapters/next-app-dir.d.cts.map +1 -0
- package/dist/adapters/next-app-dir.d.mts +58 -0
- package/dist/adapters/next-app-dir.d.mts.map +1 -0
- package/dist/adapters/next-app-dir.mjs +3048 -4
- package/dist/adapters/next-app-dir.mjs.map +1 -0
- package/dist/adapters/next.cjs +41 -0
- package/dist/adapters/next.d.cts +19 -0
- package/dist/adapters/next.d.cts.map +1 -0
- package/dist/adapters/next.d.mts +19 -0
- package/dist/adapters/next.d.mts.map +1 -0
- package/dist/adapters/next.mjs +37 -44
- package/dist/adapters/next.mjs.map +1 -0
- package/dist/adapters/node-http/index.cjs +15 -0
- package/dist/adapters/node-http/index.d.cts +5 -0
- package/dist/adapters/node-http/index.d.mts +5 -0
- package/dist/adapters/node-http/index.mjs +12 -2
- package/dist/adapters/standalone.cjs +52 -0
- package/dist/adapters/standalone.d.cts +33 -0
- package/dist/adapters/standalone.d.cts.map +1 -0
- package/dist/adapters/standalone.d.mts +33 -0
- package/dist/adapters/standalone.d.mts.map +1 -0
- package/dist/adapters/standalone.mjs +40 -34
- package/dist/adapters/standalone.mjs.map +1 -0
- package/dist/adapters/ws.cjs +17 -0
- package/dist/adapters/ws.d.cts +61 -0
- package/dist/adapters/ws.d.cts.map +1 -0
- package/dist/adapters/ws.d.mts +61 -0
- package/dist/adapters/ws.d.mts.map +1 -0
- package/dist/adapters/ws.mjs +14 -539
- package/dist/contentTypeParsers-SN4WL9ze.mjs +13 -0
- package/dist/contentTypeParsers-SN4WL9ze.mjs.map +1 -0
- package/dist/contentTypeParsers-iAFF_pJG.cjs +18 -0
- package/dist/getErrorShape-CsikfkAc.cjs +201 -0
- package/dist/getErrorShape-DyYil4aT.mjs +149 -0
- package/dist/getErrorShape-DyYil4aT.mjs.map +1 -0
- package/dist/http-CWyjOa1l.mjs +0 -0
- package/dist/http-DXy3XyhL.cjs +0 -0
- package/dist/http.cjs +14 -0
- package/dist/http.d.cts +3 -0
- package/dist/http.d.mts +3 -0
- package/dist/http.mjs +9 -8
- package/dist/index.cjs +22 -0
- package/dist/index.d-BiUz7kM_.d.cts +65 -0
- package/dist/index.d-BiUz7kM_.d.cts.map +1 -0
- package/dist/index.d-ChWYhXbd.d.cts +99 -0
- package/dist/index.d-ChWYhXbd.d.cts.map +1 -0
- package/dist/index.d-CvZXeEyR.d.cts +11 -0
- package/dist/index.d-CvZXeEyR.d.cts.map +1 -0
- package/dist/index.d-D4qZxQJh.d.mts +65 -0
- package/dist/index.d-D4qZxQJh.d.mts.map +1 -0
- package/dist/index.d-Ocy_AnXj.d.mts +99 -0
- package/dist/index.d-Ocy_AnXj.d.mts.map +1 -0
- package/dist/index.d-vq_QHko2.d.mts +11 -0
- package/dist/index.d-vq_QHko2.d.mts.map +1 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +6 -13
- package/dist/initTRPC-COaJMShh.mjs +339 -0
- package/dist/initTRPC-COaJMShh.mjs.map +1 -0
- package/dist/initTRPC-DjEpHmY2.cjs +397 -0
- package/dist/node-http-BPR68yI4.cjs +243 -0
- package/dist/node-http-BUQnHuGI.mjs +221 -0
- package/dist/node-http-BUQnHuGI.mjs.map +1 -0
- package/dist/observable/index.cjs +13 -0
- package/dist/observable/index.d.cts +2 -0
- package/dist/observable/index.d.mts +2 -0
- package/dist/observable/index.mjs +4 -3
- package/dist/observable-B1orLHHI.mjs +155 -0
- package/dist/observable-B1orLHHI.mjs.map +1 -0
- package/dist/observable-BwdrSFZU.cjs +178 -0
- package/dist/observable-C6qq2Ydk.cjs +180 -0
- package/dist/observable-CFXA_tyK.mjs +146 -0
- package/dist/observable-CFXA_tyK.mjs.map +1 -0
- package/dist/parseTRPCMessage-ByQWigsq.cjs +73 -0
- package/dist/parseTRPCMessage-CNyYMSRB.mjs +63 -0
- package/dist/parseTRPCMessage-CNyYMSRB.mjs.map +1 -0
- package/dist/resolveResponse-B2CuaT_1.cjs +2042 -0
- package/dist/resolveResponse-DPbYgJDD.mjs +1912 -0
- package/dist/resolveResponse-DPbYgJDD.mjs.map +1 -0
- package/dist/rpc.cjs +6 -0
- package/dist/rpc.d.cts +3 -0
- package/dist/rpc.d.mts +3 -0
- package/dist/rpc.mjs +4 -5
- package/dist/shared.cjs +5 -0
- package/dist/shared.d.cts +4 -0
- package/dist/shared.d.mts +4 -0
- package/dist/shared.mjs +4 -6
- package/dist/tracked-Dl9sBZxY.cjs +483 -0
- package/dist/tracked-GEWPoL0C.mjs +383 -0
- package/dist/tracked-GEWPoL0C.mjs.map +1 -0
- package/dist/unstable-core-do-not-import-D89CaGtL.mjs +29 -0
- package/dist/unstable-core-do-not-import-D89CaGtL.mjs.map +1 -0
- package/dist/unstable-core-do-not-import-DFQys1IC.cjs +34 -0
- package/dist/unstable-core-do-not-import.cjs +83 -0
- package/dist/unstable-core-do-not-import.d-CSxj_rbP.d.cts +1974 -0
- package/dist/unstable-core-do-not-import.d-CSxj_rbP.d.cts.map +1 -0
- package/dist/unstable-core-do-not-import.d-ptrxwuSa.d.mts +1974 -0
- package/dist/unstable-core-do-not-import.d-ptrxwuSa.d.mts.map +1 -0
- package/dist/unstable-core-do-not-import.d.cts +3 -0
- package/dist/unstable-core-do-not-import.d.mts +3 -0
- package/dist/unstable-core-do-not-import.mjs +11 -30
- package/dist/utils-BHZJcBRv.mjs +137 -0
- package/dist/utils-BHZJcBRv.mjs.map +1 -0
- package/dist/utils-DVO6HZiR.cjs +220 -0
- package/dist/ws-C2nEUNk_.cjs +425 -0
- package/dist/ws-eIVIMTrw.mjs +409 -0
- package/dist/ws-eIVIMTrw.mjs.map +1 -0
- package/http/package.json +1 -0
- package/observable/package.json +1 -0
- package/package.json +131 -55
- package/rpc/package.json +1 -0
- package/shared/package.json +1 -0
- package/src/@trpc/server/index.ts +24 -0
- package/src/unstable-core-do-not-import/http/contentType.ts +5 -4
- package/src/unstable-core-do-not-import/initTRPC.ts +79 -4
- package/src/unstable-core-do-not-import/router.ts +36 -12
- package/src/unstable-core-do-not-import/utils.ts +3 -2
- package/unstable-core-do-not-import/package.json +1 -0
- package/adapters/aws-lambda/index.d.ts +0 -1
- package/adapters/aws-lambda/index.js +0 -1
- package/adapters/express/index.d.ts +0 -1
- package/adapters/express/index.js +0 -1
- package/adapters/fastify/index.d.ts +0 -1
- package/adapters/fastify/index.js +0 -1
- package/adapters/fetch/index.d.ts +0 -1
- package/adapters/fetch/index.js +0 -1
- package/adapters/next/index.d.ts +0 -1
- package/adapters/next/index.js +0 -1
- package/adapters/next-app-dir/index.d.ts +0 -1
- package/adapters/next-app-dir/index.js +0 -1
- package/adapters/node-http/content-type/form-data/index.d.ts +0 -1
- package/adapters/node-http/content-type/form-data/index.js +0 -1
- package/adapters/node-http/content-type/json/index.d.ts +0 -1
- package/adapters/node-http/content-type/json/index.js +0 -1
- package/adapters/node-http/index.d.ts +0 -1
- package/adapters/node-http/index.js +0 -1
- package/adapters/standalone/index.d.ts +0 -1
- package/adapters/standalone/index.js +0 -1
- package/adapters/ws/index.d.ts +0 -1
- package/adapters/ws/index.js +0 -1
- package/dist/@trpc/server/http.d.ts +0 -8
- package/dist/@trpc/server/http.d.ts.map +0 -1
- package/dist/@trpc/server/index.d.ts +0 -65
- package/dist/@trpc/server/index.d.ts.map +0 -1
- package/dist/@trpc/server/rpc.d.ts +0 -3
- package/dist/@trpc/server/rpc.d.ts.map +0 -1
- package/dist/adapters/aws-lambda/getPlanner.d.ts +0 -15
- package/dist/adapters/aws-lambda/getPlanner.d.ts.map +0 -1
- package/dist/adapters/aws-lambda/getPlanner.js +0 -179
- package/dist/adapters/aws-lambda/getPlanner.mjs +0 -177
- package/dist/adapters/aws-lambda/index.d.ts +0 -23
- package/dist/adapters/aws-lambda/index.d.ts.map +0 -1
- package/dist/adapters/aws-lambda/index.js +0 -67
- package/dist/adapters/express.d.ts +0 -15
- package/dist/adapters/express.d.ts.map +0 -1
- package/dist/adapters/express.js +0 -39
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts +0 -22
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts.map +0 -1
- package/dist/adapters/fastify/fastifyRequestHandler.js +0 -49
- package/dist/adapters/fastify/fastifyRequestHandler.mjs +0 -47
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts +0 -21
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts.map +0 -1
- package/dist/adapters/fastify/fastifyTRPCPlugin.js +0 -56
- package/dist/adapters/fastify/fastifyTRPCPlugin.mjs +0 -54
- package/dist/adapters/fastify/index.d.ts +0 -3
- package/dist/adapters/fastify/index.d.ts.map +0 -1
- package/dist/adapters/fastify/index.js +0 -9
- package/dist/adapters/fetch/fetchRequestHandler.d.ts +0 -13
- package/dist/adapters/fetch/fetchRequestHandler.d.ts.map +0 -1
- package/dist/adapters/fetch/fetchRequestHandler.js +0 -77
- package/dist/adapters/fetch/fetchRequestHandler.mjs +0 -75
- package/dist/adapters/fetch/index.d.ts +0 -3
- package/dist/adapters/fetch/index.d.ts.map +0 -1
- package/dist/adapters/fetch/index.js +0 -7
- package/dist/adapters/fetch/types.d.ts +0 -27
- package/dist/adapters/fetch/types.d.ts.map +0 -1
- package/dist/adapters/next-app-dir/nextAppDirCaller.d.ts +0 -25
- package/dist/adapters/next-app-dir/nextAppDirCaller.d.ts.map +0 -1
- package/dist/adapters/next-app-dir/nextAppDirCaller.js +0 -94
- package/dist/adapters/next-app-dir/nextAppDirCaller.mjs +0 -92
- package/dist/adapters/next-app-dir/notFound.d.ts +0 -7
- package/dist/adapters/next-app-dir/notFound.d.ts.map +0 -1
- package/dist/adapters/next-app-dir/notFound.js +0 -18
- package/dist/adapters/next-app-dir/notFound.mjs +0 -16
- package/dist/adapters/next-app-dir/redirect.d.ts +0 -18
- package/dist/adapters/next-app-dir/redirect.d.ts.map +0 -1
- package/dist/adapters/next-app-dir/redirect.js +0 -49
- package/dist/adapters/next-app-dir/redirect.mjs +0 -46
- package/dist/adapters/next-app-dir/rethrowNextErrors.d.ts +0 -6
- package/dist/adapters/next-app-dir/rethrowNextErrors.d.ts.map +0 -1
- package/dist/adapters/next-app-dir/rethrowNextErrors.js +0 -70
- package/dist/adapters/next-app-dir/rethrowNextErrors.mjs +0 -49
- package/dist/adapters/next-app-dir.d.ts +0 -7
- package/dist/adapters/next-app-dir.d.ts.map +0 -1
- package/dist/adapters/next-app-dir.js +0 -13
- package/dist/adapters/next.d.ts +0 -19
- package/dist/adapters/next.d.ts.map +0 -1
- package/dist/adapters/next.js +0 -51
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts +0 -12
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts.map +0 -1
- package/dist/adapters/node-http/incomingMessageToRequest.js +0 -123
- package/dist/adapters/node-http/incomingMessageToRequest.mjs +0 -120
- package/dist/adapters/node-http/index.d.ts +0 -4
- package/dist/adapters/node-http/index.d.ts.map +0 -1
- package/dist/adapters/node-http/index.js +0 -11
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts +0 -20
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/nodeHTTPRequestHandler.js +0 -96
- package/dist/adapters/node-http/nodeHTTPRequestHandler.mjs +0 -93
- package/dist/adapters/node-http/types.d.ts +0 -81
- package/dist/adapters/node-http/types.d.ts.map +0 -1
- package/dist/adapters/node-http/writeResponse.d.ts +0 -18
- package/dist/adapters/node-http/writeResponse.d.ts.map +0 -1
- package/dist/adapters/node-http/writeResponse.js +0 -83
- package/dist/adapters/node-http/writeResponse.mjs +0 -80
- package/dist/adapters/standalone.d.ts +0 -36
- package/dist/adapters/standalone.d.ts.map +0 -1
- package/dist/adapters/standalone.js +0 -49
- package/dist/adapters/ws.d.ts +0 -54
- package/dist/adapters/ws.d.ts.map +0 -1
- package/dist/adapters/ws.js +0 -544
- package/dist/http.d.ts +0 -2
- package/dist/http.d.ts.map +0 -1
- package/dist/http.js +0 -19
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -35
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.8_tslib@2.8.1_typescript@5.8.2/node_modules/tslib/tslib.es6.js +0 -73
- package/dist/observable/behaviorSubject.d.ts +0 -15
- package/dist/observable/behaviorSubject.d.ts.map +0 -1
- package/dist/observable/behaviorSubject.js +0 -40
- package/dist/observable/behaviorSubject.mjs +0 -38
- package/dist/observable/index.d.ts +0 -5
- package/dist/observable/index.d.ts.map +0 -1
- package/dist/observable/index.js +0 -18
- package/dist/observable/observable.d.ts +0 -12
- package/dist/observable/observable.d.ts.map +0 -1
- package/dist/observable/observable.js +0 -180
- package/dist/observable/observable.mjs +0 -175
- package/dist/observable/operators.d.ts +0 -10
- package/dist/observable/operators.d.ts.map +0 -1
- package/dist/observable/operators.js +0 -134
- package/dist/observable/operators.mjs +0 -128
- package/dist/observable/types.d.ts +0 -26
- package/dist/observable/types.d.ts.map +0 -1
- package/dist/rpc.d.ts +0 -2
- package/dist/rpc.d.ts.map +0 -1
- package/dist/rpc.js +0 -13
- package/dist/shared.d.ts +0 -26
- package/dist/shared.d.ts.map +0 -1
- package/dist/shared.js +0 -13
- package/dist/unstable-core-do-not-import/clientish/inference.d.ts +0 -17
- package/dist/unstable-core-do-not-import/clientish/inference.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/clientish/inferrable.d.ts +0 -36
- package/dist/unstable-core-do-not-import/clientish/inferrable.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/clientish/serialize.d.ts +0 -69
- package/dist/unstable-core-do-not-import/clientish/serialize.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/createProxy.d.ts +0 -19
- package/dist/unstable-core-do-not-import/createProxy.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/createProxy.js +0 -76
- package/dist/unstable-core-do-not-import/createProxy.mjs +0 -73
- package/dist/unstable-core-do-not-import/error/TRPCError.d.ts +0 -13
- package/dist/unstable-core-do-not-import/error/TRPCError.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/error/TRPCError.js +0 -76
- package/dist/unstable-core-do-not-import/error/TRPCError.mjs +0 -72
- package/dist/unstable-core-do-not-import/error/formatter.d.ts +0 -38
- package/dist/unstable-core-do-not-import/error/formatter.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/error/formatter.js +0 -7
- package/dist/unstable-core-do-not-import/error/formatter.mjs +0 -5
- package/dist/unstable-core-do-not-import/error/getErrorShape.d.ts +0 -15
- package/dist/unstable-core-do-not-import/error/getErrorShape.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/error/getErrorShape.js +0 -31
- package/dist/unstable-core-do-not-import/error/getErrorShape.mjs +0 -29
- package/dist/unstable-core-do-not-import/http/abortError.d.ts +0 -5
- package/dist/unstable-core-do-not-import/http/abortError.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/abortError.js +0 -13
- package/dist/unstable-core-do-not-import/http/abortError.mjs +0 -10
- package/dist/unstable-core-do-not-import/http/contentType.d.ts +0 -13
- package/dist/unstable-core-do-not-import/http/contentType.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/contentType.js +0 -229
- package/dist/unstable-core-do-not-import/http/contentType.mjs +0 -227
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.d.ts +0 -14
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.js +0 -14
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.mjs +0 -12
- package/dist/unstable-core-do-not-import/http/formDataToObject.d.ts +0 -2
- package/dist/unstable-core-do-not-import/http/formDataToObject.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/formDataToObject.js +0 -40
- package/dist/unstable-core-do-not-import/http/formDataToObject.mjs +0 -38
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.d.ts +0 -10
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.js +0 -85
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.mjs +0 -78
- package/dist/unstable-core-do-not-import/http/parseConnectionParams.d.ts +0 -4
- package/dist/unstable-core-do-not-import/http/parseConnectionParams.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/parseConnectionParams.js +0 -42
- package/dist/unstable-core-do-not-import/http/parseConnectionParams.mjs +0 -39
- package/dist/unstable-core-do-not-import/http/resolveResponse.d.ts +0 -15
- package/dist/unstable-core-do-not-import/http/resolveResponse.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/resolveResponse.js +0 -572
- package/dist/unstable-core-do-not-import/http/resolveResponse.mjs +0 -570
- package/dist/unstable-core-do-not-import/http/types.d.ts +0 -138
- package/dist/unstable-core-do-not-import/http/types.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/initTRPC.d.ts +0 -94
- package/dist/unstable-core-do-not-import/initTRPC.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/initTRPC.js +0 -82
- package/dist/unstable-core-do-not-import/initTRPC.mjs +0 -80
- package/dist/unstable-core-do-not-import/middleware.d.ts +0 -107
- package/dist/unstable-core-do-not-import/middleware.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/middleware.js +0 -96
- package/dist/unstable-core-do-not-import/middleware.mjs +0 -90
- package/dist/unstable-core-do-not-import/parser.d.ts +0 -44
- package/dist/unstable-core-do-not-import/parser.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/parser.js +0 -54
- package/dist/unstable-core-do-not-import/parser.mjs +0 -52
- package/dist/unstable-core-do-not-import/procedure.d.ts +0 -77
- package/dist/unstable-core-do-not-import/procedure.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/procedure.js +0 -9
- package/dist/unstable-core-do-not-import/procedure.mjs +0 -7
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts +0 -161
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.js +0 -201
- package/dist/unstable-core-do-not-import/procedureBuilder.mjs +0 -199
- package/dist/unstable-core-do-not-import/rootConfig.d.ts +0 -98
- package/dist/unstable-core-do-not-import/rootConfig.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/rootConfig.js +0 -8
- package/dist/unstable-core-do-not-import/rootConfig.mjs +0 -6
- package/dist/unstable-core-do-not-import/router.d.ts +0 -98
- package/dist/unstable-core-do-not-import/router.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/router.js +0 -285
- package/dist/unstable-core-do-not-import/router.mjs +0 -278
- package/dist/unstable-core-do-not-import/rpc/codes.d.ts +0 -45
- package/dist/unstable-core-do-not-import/rpc/codes.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/rpc/codes.js +0 -69
- package/dist/unstable-core-do-not-import/rpc/codes.mjs +0 -65
- package/dist/unstable-core-do-not-import/rpc/envelopes.d.ts +0 -109
- package/dist/unstable-core-do-not-import/rpc/envelopes.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/rpc/index.d.ts +0 -5
- package/dist/unstable-core-do-not-import/rpc/index.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.d.ts +0 -5
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.js +0 -63
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.mjs +0 -61
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts +0 -119
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/jsonl.js +0 -607
- package/dist/unstable-core-do-not-import/stream/jsonl.mjs +0 -603
- package/dist/unstable-core-do-not-import/stream/sse.d.ts +0 -108
- package/dist/unstable-core-do-not-import/stream/sse.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/sse.js +0 -373
- package/dist/unstable-core-do-not-import/stream/sse.mjs +0 -369
- package/dist/unstable-core-do-not-import/stream/sse.types.d.ts +0 -31
- package/dist/unstable-core-do-not-import/stream/sse.types.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/tracked.d.ts +0 -31
- package/dist/unstable-core-do-not-import/stream/tracked.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/tracked.js +0 -29
- package/dist/unstable-core-do-not-import/stream/tracked.mjs +0 -25
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.d.ts +0 -17
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.js +0 -174
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.mjs +0 -170
- package/dist/unstable-core-do-not-import/stream/utils/createDeferred.d.ts +0 -7
- package/dist/unstable-core-do-not-import/stream/utils/createDeferred.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/createDeferred.js +0 -17
- package/dist/unstable-core-do-not-import/stream/utils/createDeferred.mjs +0 -15
- package/dist/unstable-core-do-not-import/stream/utils/disposable.d.ts +0 -17
- package/dist/unstable-core-do-not-import/stream/utils/disposable.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/disposable.js +0 -46
- package/dist/unstable-core-do-not-import/stream/utils/disposable.mjs +0 -43
- package/dist/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.d.ts +0 -17
- package/dist/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.js +0 -241
- package/dist/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.mjs +0 -239
- package/dist/unstable-core-do-not-import/stream/utils/readableStreamFrom.d.ts +0 -8
- package/dist/unstable-core-do-not-import/stream/utils/readableStreamFrom.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/readableStreamFrom.js +0 -25
- package/dist/unstable-core-do-not-import/stream/utils/readableStreamFrom.mjs +0 -23
- package/dist/unstable-core-do-not-import/stream/utils/timerResource.d.ts +0 -5
- package/dist/unstable-core-do-not-import/stream/utils/timerResource.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/timerResource.js +0 -26
- package/dist/unstable-core-do-not-import/stream/utils/timerResource.mjs +0 -23
- package/dist/unstable-core-do-not-import/stream/utils/withPing.d.ts +0 -7
- package/dist/unstable-core-do-not-import/stream/utils/withPing.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/withPing.js +0 -130
- package/dist/unstable-core-do-not-import/stream/utils/withPing.mjs +0 -127
- package/dist/unstable-core-do-not-import/transformer.d.ts +0 -99
- package/dist/unstable-core-do-not-import/transformer.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/transformer.js +0 -106
- package/dist/unstable-core-do-not-import/transformer.mjs +0 -101
- package/dist/unstable-core-do-not-import/types.d.ts +0 -127
- package/dist/unstable-core-do-not-import/types.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/utils.d.ts +0 -42
- package/dist/unstable-core-do-not-import/utils.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/utils.js +0 -96
- package/dist/unstable-core-do-not-import/utils.mjs +0 -83
- package/dist/unstable-core-do-not-import.d.ts +0 -47
- package/dist/unstable-core-do-not-import.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import.js +0 -109
- package/dist/vendor/cookie-es/set-cookie/split.d.ts +0 -18
- package/dist/vendor/cookie-es/set-cookie/split.d.ts.map +0 -1
- package/dist/vendor/cookie-es/set-cookie/split.js +0 -79
- package/dist/vendor/cookie-es/set-cookie/split.mjs +0 -77
- package/dist/vendor/standard-schema-v1/error.d.ts +0 -13
- package/dist/vendor/standard-schema-v1/error.d.ts.map +0 -1
- package/dist/vendor/standard-schema-v1/error.js +0 -28
- package/dist/vendor/standard-schema-v1/error.mjs +0 -26
- package/dist/vendor/standard-schema-v1/spec.d.ts +0 -60
- package/dist/vendor/standard-schema-v1/spec.d.ts.map +0 -1
- package/dist/vendor/unpromise/index.d.ts +0 -3
- package/dist/vendor/unpromise/index.d.ts.map +0 -1
- package/dist/vendor/unpromise/types.d.ts +0 -28
- package/dist/vendor/unpromise/types.d.ts.map +0 -1
- package/dist/vendor/unpromise/unpromise.d.ts +0 -121
- package/dist/vendor/unpromise/unpromise.d.ts.map +0 -1
- package/dist/vendor/unpromise/unpromise.js +0 -292
- package/dist/vendor/unpromise/unpromise.mjs +0 -289
- package/http/index.d.ts +0 -1
- package/http/index.js +0 -1
- package/observable/index.d.ts +0 -1
- package/observable/index.js +0 -1
- package/rpc/index.d.ts +0 -1
- package/rpc/index.js +0 -1
- package/shared/index.d.ts +0 -1
- package/shared/index.js +0 -1
- package/unstable-core-do-not-import/index.d.ts +0 -1
- package/unstable-core-do-not-import/index.js +0 -1
|
@@ -1,603 +0,0 @@
|
|
|
1
|
-
import { isObject, isFunction, run, isAsyncIterable } from '../utils.mjs';
|
|
2
|
-
import { iteratorResource } from './utils/asyncIterable.mjs';
|
|
3
|
-
import { createDeferred } from './utils/createDeferred.mjs';
|
|
4
|
-
import { makeResource } from './utils/disposable.mjs';
|
|
5
|
-
import { mergeAsyncIterables } from './utils/mergeAsyncIterables.mjs';
|
|
6
|
-
import { readableStreamFrom } from './utils/readableStreamFrom.mjs';
|
|
7
|
-
import { PING_SYM, withPing } from './utils/withPing.mjs';
|
|
8
|
-
|
|
9
|
-
function _define_property(obj, key, value) {
|
|
10
|
-
if (key in obj) {
|
|
11
|
-
Object.defineProperty(obj, key, {
|
|
12
|
-
value: value,
|
|
13
|
-
enumerable: true,
|
|
14
|
-
configurable: true,
|
|
15
|
-
writable: true
|
|
16
|
-
});
|
|
17
|
-
} else {
|
|
18
|
-
obj[key] = value;
|
|
19
|
-
}
|
|
20
|
-
return obj;
|
|
21
|
-
}
|
|
22
|
-
function _ts_add_disposable_resource(env, value, async) {
|
|
23
|
-
if (value !== null && value !== void 0) {
|
|
24
|
-
if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
|
|
25
|
-
var dispose, inner;
|
|
26
|
-
if (async) {
|
|
27
|
-
if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
|
|
28
|
-
dispose = value[Symbol.asyncDispose];
|
|
29
|
-
}
|
|
30
|
-
if (dispose === void 0) {
|
|
31
|
-
if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
|
|
32
|
-
dispose = value[Symbol.dispose];
|
|
33
|
-
if (async) inner = dispose;
|
|
34
|
-
}
|
|
35
|
-
if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
|
|
36
|
-
if (inner) dispose = function() {
|
|
37
|
-
try {
|
|
38
|
-
inner.call(this);
|
|
39
|
-
} catch (e) {
|
|
40
|
-
return Promise.reject(e);
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
env.stack.push({
|
|
44
|
-
value: value,
|
|
45
|
-
dispose: dispose,
|
|
46
|
-
async: async
|
|
47
|
-
});
|
|
48
|
-
} else if (async) {
|
|
49
|
-
env.stack.push({
|
|
50
|
-
async: true
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
return value;
|
|
54
|
-
}
|
|
55
|
-
function _ts_dispose_resources(env) {
|
|
56
|
-
var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
|
|
57
|
-
var e = new Error(message);
|
|
58
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
59
|
-
};
|
|
60
|
-
return (_ts_dispose_resources = function _ts_dispose_resources(env) {
|
|
61
|
-
function fail(e) {
|
|
62
|
-
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
|
63
|
-
env.hasError = true;
|
|
64
|
-
}
|
|
65
|
-
var r, s = 0;
|
|
66
|
-
function next() {
|
|
67
|
-
while(r = env.stack.pop()){
|
|
68
|
-
try {
|
|
69
|
-
if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
|
|
70
|
-
if (r.dispose) {
|
|
71
|
-
var result = r.dispose.call(r.value);
|
|
72
|
-
if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) {
|
|
73
|
-
fail(e);
|
|
74
|
-
return next();
|
|
75
|
-
});
|
|
76
|
-
} else s |= 1;
|
|
77
|
-
} catch (e) {
|
|
78
|
-
fail(e);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
|
|
82
|
-
if (env.hasError) throw env.error;
|
|
83
|
-
}
|
|
84
|
-
return next();
|
|
85
|
-
})(env);
|
|
86
|
-
}
|
|
87
|
-
function isPlainObject(value) {
|
|
88
|
-
return Object.prototype.toString.call(value) === '[object Object]';
|
|
89
|
-
}
|
|
90
|
-
// ---------- types
|
|
91
|
-
const CHUNK_VALUE_TYPE_PROMISE = 0;
|
|
92
|
-
const CHUNK_VALUE_TYPE_ASYNC_ITERABLE = 1;
|
|
93
|
-
const PROMISE_STATUS_FULFILLED = 0;
|
|
94
|
-
const PROMISE_STATUS_REJECTED = 1;
|
|
95
|
-
const ASYNC_ITERABLE_STATUS_RETURN = 0;
|
|
96
|
-
const ASYNC_ITERABLE_STATUS_YIELD = 1;
|
|
97
|
-
const ASYNC_ITERABLE_STATUS_ERROR = 2;
|
|
98
|
-
function isPromise(value) {
|
|
99
|
-
return (isObject(value) || isFunction(value)) && typeof value?.['then'] === 'function' && typeof value?.['catch'] === 'function';
|
|
100
|
-
}
|
|
101
|
-
class MaxDepthError extends Error {
|
|
102
|
-
constructor(path){
|
|
103
|
-
super('Max depth reached at path: ' + path.join('.')), _define_property(this, "path", void 0), this.path = path;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
async function* createBatchStreamProducer(opts) {
|
|
107
|
-
const { data } = opts;
|
|
108
|
-
let counter = 0;
|
|
109
|
-
const placeholder = 0;
|
|
110
|
-
const mergedIterables = mergeAsyncIterables();
|
|
111
|
-
function registerAsync(callback) {
|
|
112
|
-
const idx = counter++;
|
|
113
|
-
const iterable = callback(idx);
|
|
114
|
-
mergedIterables.add(iterable);
|
|
115
|
-
return idx;
|
|
116
|
-
}
|
|
117
|
-
function encodePromise(promise, path) {
|
|
118
|
-
return registerAsync(async function*(idx) {
|
|
119
|
-
const error = checkMaxDepth(path);
|
|
120
|
-
if (error) {
|
|
121
|
-
// Catch any errors from the original promise to ensure they're reported
|
|
122
|
-
promise.catch((cause)=>{
|
|
123
|
-
opts.onError?.({
|
|
124
|
-
error: cause,
|
|
125
|
-
path
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
// Replace the promise with a rejected one containing the max depth error
|
|
129
|
-
promise = Promise.reject(error);
|
|
130
|
-
}
|
|
131
|
-
try {
|
|
132
|
-
const next = await promise;
|
|
133
|
-
yield [
|
|
134
|
-
idx,
|
|
135
|
-
PROMISE_STATUS_FULFILLED,
|
|
136
|
-
encode(next, path)
|
|
137
|
-
];
|
|
138
|
-
} catch (cause) {
|
|
139
|
-
opts.onError?.({
|
|
140
|
-
error: cause,
|
|
141
|
-
path
|
|
142
|
-
});
|
|
143
|
-
yield [
|
|
144
|
-
idx,
|
|
145
|
-
PROMISE_STATUS_REJECTED,
|
|
146
|
-
opts.formatError?.({
|
|
147
|
-
error: cause,
|
|
148
|
-
path
|
|
149
|
-
})
|
|
150
|
-
];
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
}
|
|
154
|
-
function encodeAsyncIterable(iterable, path) {
|
|
155
|
-
return registerAsync(async function*(idx) {
|
|
156
|
-
const env = {
|
|
157
|
-
stack: [],
|
|
158
|
-
error: void 0,
|
|
159
|
-
hasError: false
|
|
160
|
-
};
|
|
161
|
-
try {
|
|
162
|
-
const error = checkMaxDepth(path);
|
|
163
|
-
if (error) {
|
|
164
|
-
throw error;
|
|
165
|
-
}
|
|
166
|
-
const iterator = _ts_add_disposable_resource(env, iteratorResource(iterable), true);
|
|
167
|
-
;
|
|
168
|
-
try {
|
|
169
|
-
while(true){
|
|
170
|
-
const next = await iterator.next();
|
|
171
|
-
if (next.done) {
|
|
172
|
-
yield [
|
|
173
|
-
idx,
|
|
174
|
-
ASYNC_ITERABLE_STATUS_RETURN,
|
|
175
|
-
encode(next.value, path)
|
|
176
|
-
];
|
|
177
|
-
break;
|
|
178
|
-
}
|
|
179
|
-
yield [
|
|
180
|
-
idx,
|
|
181
|
-
ASYNC_ITERABLE_STATUS_YIELD,
|
|
182
|
-
encode(next.value, path)
|
|
183
|
-
];
|
|
184
|
-
}
|
|
185
|
-
} catch (cause) {
|
|
186
|
-
opts.onError?.({
|
|
187
|
-
error: cause,
|
|
188
|
-
path
|
|
189
|
-
});
|
|
190
|
-
yield [
|
|
191
|
-
idx,
|
|
192
|
-
ASYNC_ITERABLE_STATUS_ERROR,
|
|
193
|
-
opts.formatError?.({
|
|
194
|
-
error: cause,
|
|
195
|
-
path
|
|
196
|
-
})
|
|
197
|
-
];
|
|
198
|
-
}
|
|
199
|
-
} catch (e) {
|
|
200
|
-
env.error = e;
|
|
201
|
-
env.hasError = true;
|
|
202
|
-
} finally{
|
|
203
|
-
const result = _ts_dispose_resources(env);
|
|
204
|
-
if (result) await result;
|
|
205
|
-
}
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
function checkMaxDepth(path) {
|
|
209
|
-
if (opts.maxDepth && path.length > opts.maxDepth) {
|
|
210
|
-
return new MaxDepthError(path);
|
|
211
|
-
}
|
|
212
|
-
return null;
|
|
213
|
-
}
|
|
214
|
-
function encodeAsync(value, path) {
|
|
215
|
-
if (isPromise(value)) {
|
|
216
|
-
return [
|
|
217
|
-
CHUNK_VALUE_TYPE_PROMISE,
|
|
218
|
-
encodePromise(value, path)
|
|
219
|
-
];
|
|
220
|
-
}
|
|
221
|
-
if (isAsyncIterable(value)) {
|
|
222
|
-
if (opts.maxDepth && path.length >= opts.maxDepth) {
|
|
223
|
-
throw new Error('Max depth reached');
|
|
224
|
-
}
|
|
225
|
-
return [
|
|
226
|
-
CHUNK_VALUE_TYPE_ASYNC_ITERABLE,
|
|
227
|
-
encodeAsyncIterable(value, path)
|
|
228
|
-
];
|
|
229
|
-
}
|
|
230
|
-
return null;
|
|
231
|
-
}
|
|
232
|
-
function encode(value, path) {
|
|
233
|
-
if (value === undefined) {
|
|
234
|
-
return [
|
|
235
|
-
[]
|
|
236
|
-
];
|
|
237
|
-
}
|
|
238
|
-
const reg = encodeAsync(value, path);
|
|
239
|
-
if (reg) {
|
|
240
|
-
return [
|
|
241
|
-
[
|
|
242
|
-
placeholder
|
|
243
|
-
],
|
|
244
|
-
[
|
|
245
|
-
null,
|
|
246
|
-
...reg
|
|
247
|
-
]
|
|
248
|
-
];
|
|
249
|
-
}
|
|
250
|
-
if (!isPlainObject(value)) {
|
|
251
|
-
return [
|
|
252
|
-
[
|
|
253
|
-
value
|
|
254
|
-
]
|
|
255
|
-
];
|
|
256
|
-
}
|
|
257
|
-
const newObj = {};
|
|
258
|
-
const asyncValues = [];
|
|
259
|
-
for (const [key, item] of Object.entries(value)){
|
|
260
|
-
const transformed = encodeAsync(item, [
|
|
261
|
-
...path,
|
|
262
|
-
key
|
|
263
|
-
]);
|
|
264
|
-
if (!transformed) {
|
|
265
|
-
newObj[key] = item;
|
|
266
|
-
continue;
|
|
267
|
-
}
|
|
268
|
-
newObj[key] = placeholder;
|
|
269
|
-
asyncValues.push([
|
|
270
|
-
key,
|
|
271
|
-
...transformed
|
|
272
|
-
]);
|
|
273
|
-
}
|
|
274
|
-
return [
|
|
275
|
-
[
|
|
276
|
-
newObj
|
|
277
|
-
],
|
|
278
|
-
...asyncValues
|
|
279
|
-
];
|
|
280
|
-
}
|
|
281
|
-
const newHead = {};
|
|
282
|
-
for (const [key, item] of Object.entries(data)){
|
|
283
|
-
newHead[key] = encode(item, [
|
|
284
|
-
key
|
|
285
|
-
]);
|
|
286
|
-
}
|
|
287
|
-
yield newHead;
|
|
288
|
-
let iterable = mergedIterables;
|
|
289
|
-
if (opts.pingMs) {
|
|
290
|
-
iterable = withPing(mergedIterables, opts.pingMs);
|
|
291
|
-
}
|
|
292
|
-
for await (const value of iterable){
|
|
293
|
-
yield value;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
/**
|
|
297
|
-
* JSON Lines stream producer
|
|
298
|
-
* @see https://jsonlines.org/
|
|
299
|
-
*/ function jsonlStreamProducer(opts) {
|
|
300
|
-
let stream = readableStreamFrom(createBatchStreamProducer(opts));
|
|
301
|
-
const { serialize } = opts;
|
|
302
|
-
if (serialize) {
|
|
303
|
-
stream = stream.pipeThrough(new TransformStream({
|
|
304
|
-
transform (chunk, controller) {
|
|
305
|
-
if (chunk === PING_SYM) {
|
|
306
|
-
controller.enqueue(PING_SYM);
|
|
307
|
-
} else {
|
|
308
|
-
controller.enqueue(serialize(chunk));
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
}));
|
|
312
|
-
}
|
|
313
|
-
return stream.pipeThrough(new TransformStream({
|
|
314
|
-
transform (chunk, controller) {
|
|
315
|
-
if (chunk === PING_SYM) {
|
|
316
|
-
controller.enqueue(' ');
|
|
317
|
-
} else {
|
|
318
|
-
controller.enqueue(JSON.stringify(chunk) + '\n');
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
})).pipeThrough(new TextEncoderStream());
|
|
322
|
-
}
|
|
323
|
-
class AsyncError extends Error {
|
|
324
|
-
constructor(data){
|
|
325
|
-
super('Received error from server'), _define_property(this, "data", void 0), this.data = data;
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
const nodeJsStreamToReaderEsque = (source)=>{
|
|
329
|
-
return {
|
|
330
|
-
getReader () {
|
|
331
|
-
const stream = new ReadableStream({
|
|
332
|
-
start (controller) {
|
|
333
|
-
source.on('data', (chunk)=>{
|
|
334
|
-
controller.enqueue(chunk);
|
|
335
|
-
});
|
|
336
|
-
source.on('end', ()=>{
|
|
337
|
-
controller.close();
|
|
338
|
-
});
|
|
339
|
-
source.on('error', (error)=>{
|
|
340
|
-
controller.error(error);
|
|
341
|
-
});
|
|
342
|
-
}
|
|
343
|
-
});
|
|
344
|
-
return stream.getReader();
|
|
345
|
-
}
|
|
346
|
-
};
|
|
347
|
-
};
|
|
348
|
-
function createLineAccumulator(from) {
|
|
349
|
-
const reader = 'getReader' in from ? from.getReader() : nodeJsStreamToReaderEsque(from).getReader();
|
|
350
|
-
let lineAggregate = '';
|
|
351
|
-
return new ReadableStream({
|
|
352
|
-
async pull (controller) {
|
|
353
|
-
const { done, value } = await reader.read();
|
|
354
|
-
if (done) {
|
|
355
|
-
controller.close();
|
|
356
|
-
} else {
|
|
357
|
-
controller.enqueue(value);
|
|
358
|
-
}
|
|
359
|
-
},
|
|
360
|
-
cancel () {
|
|
361
|
-
return reader.cancel();
|
|
362
|
-
}
|
|
363
|
-
}).pipeThrough(new TextDecoderStream()).pipeThrough(new TransformStream({
|
|
364
|
-
transform (chunk, controller) {
|
|
365
|
-
lineAggregate += chunk;
|
|
366
|
-
const parts = lineAggregate.split('\n');
|
|
367
|
-
lineAggregate = parts.pop() ?? '';
|
|
368
|
-
for (const part of parts){
|
|
369
|
-
controller.enqueue(part);
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
}));
|
|
373
|
-
}
|
|
374
|
-
function createConsumerStream(from) {
|
|
375
|
-
const stream = createLineAccumulator(from);
|
|
376
|
-
let sentHead = false;
|
|
377
|
-
return stream.pipeThrough(new TransformStream({
|
|
378
|
-
transform (line, controller) {
|
|
379
|
-
if (!sentHead) {
|
|
380
|
-
const head = JSON.parse(line);
|
|
381
|
-
controller.enqueue(head);
|
|
382
|
-
sentHead = true;
|
|
383
|
-
} else {
|
|
384
|
-
const chunk = JSON.parse(line);
|
|
385
|
-
controller.enqueue(chunk);
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
}));
|
|
389
|
-
}
|
|
390
|
-
/**
|
|
391
|
-
* Creates a handler for managing stream controllers and their lifecycle
|
|
392
|
-
*/ function createStreamsManager(abortController) {
|
|
393
|
-
const controllerMap = new Map();
|
|
394
|
-
/**
|
|
395
|
-
* Checks if there are no pending controllers or deferred promises
|
|
396
|
-
*/ function isEmpty() {
|
|
397
|
-
return Array.from(controllerMap.values()).every((c)=>c.closed);
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* Creates a stream controller
|
|
401
|
-
*/ function createStreamController() {
|
|
402
|
-
let originalController;
|
|
403
|
-
const stream = new ReadableStream({
|
|
404
|
-
start (controller) {
|
|
405
|
-
originalController = controller;
|
|
406
|
-
}
|
|
407
|
-
});
|
|
408
|
-
const streamController = {
|
|
409
|
-
enqueue: (v)=>originalController.enqueue(v),
|
|
410
|
-
close: ()=>{
|
|
411
|
-
originalController.close();
|
|
412
|
-
clear();
|
|
413
|
-
if (isEmpty()) {
|
|
414
|
-
abortController.abort();
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
closed: false,
|
|
418
|
-
getReaderResource: ()=>{
|
|
419
|
-
const reader = stream.getReader();
|
|
420
|
-
return makeResource(reader, ()=>{
|
|
421
|
-
reader.releaseLock();
|
|
422
|
-
streamController.close();
|
|
423
|
-
});
|
|
424
|
-
},
|
|
425
|
-
error: (reason)=>{
|
|
426
|
-
originalController.error(reason);
|
|
427
|
-
clear();
|
|
428
|
-
}
|
|
429
|
-
};
|
|
430
|
-
function clear() {
|
|
431
|
-
Object.assign(streamController, {
|
|
432
|
-
closed: true,
|
|
433
|
-
close: ()=>{
|
|
434
|
-
// noop
|
|
435
|
-
},
|
|
436
|
-
enqueue: ()=>{
|
|
437
|
-
// noop
|
|
438
|
-
},
|
|
439
|
-
getReaderResource: null,
|
|
440
|
-
error: ()=>{
|
|
441
|
-
// noop
|
|
442
|
-
}
|
|
443
|
-
});
|
|
444
|
-
}
|
|
445
|
-
return streamController;
|
|
446
|
-
}
|
|
447
|
-
/**
|
|
448
|
-
* Gets or creates a stream controller
|
|
449
|
-
*/ function getOrCreate(chunkId) {
|
|
450
|
-
let c = controllerMap.get(chunkId);
|
|
451
|
-
if (!c) {
|
|
452
|
-
c = createStreamController();
|
|
453
|
-
controllerMap.set(chunkId, c);
|
|
454
|
-
}
|
|
455
|
-
return c;
|
|
456
|
-
}
|
|
457
|
-
/**
|
|
458
|
-
* Cancels all pending controllers and rejects deferred promises
|
|
459
|
-
*/ function cancelAll(reason) {
|
|
460
|
-
for (const controller of controllerMap.values()){
|
|
461
|
-
controller.error(reason);
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
return {
|
|
465
|
-
getOrCreate,
|
|
466
|
-
isEmpty,
|
|
467
|
-
cancelAll
|
|
468
|
-
};
|
|
469
|
-
}
|
|
470
|
-
/**
|
|
471
|
-
* JSON Lines stream consumer
|
|
472
|
-
* @see https://jsonlines.org/
|
|
473
|
-
*/ async function jsonlStreamConsumer(opts) {
|
|
474
|
-
const { deserialize = (v)=>v } = opts;
|
|
475
|
-
let source = createConsumerStream(opts.from);
|
|
476
|
-
if (deserialize) {
|
|
477
|
-
source = source.pipeThrough(new TransformStream({
|
|
478
|
-
transform (chunk, controller) {
|
|
479
|
-
controller.enqueue(deserialize(chunk));
|
|
480
|
-
}
|
|
481
|
-
}));
|
|
482
|
-
}
|
|
483
|
-
let headDeferred = createDeferred();
|
|
484
|
-
const streamManager = createStreamsManager(opts.abortController);
|
|
485
|
-
function decodeChunkDefinition(value) {
|
|
486
|
-
const [_path, type, chunkId] = value;
|
|
487
|
-
const controller = streamManager.getOrCreate(chunkId);
|
|
488
|
-
switch(type){
|
|
489
|
-
case CHUNK_VALUE_TYPE_PROMISE:
|
|
490
|
-
{
|
|
491
|
-
return run(async ()=>{
|
|
492
|
-
const env = {
|
|
493
|
-
stack: [],
|
|
494
|
-
error: void 0,
|
|
495
|
-
hasError: false
|
|
496
|
-
};
|
|
497
|
-
try {
|
|
498
|
-
const reader = _ts_add_disposable_resource(env, controller.getReaderResource(), false);
|
|
499
|
-
;
|
|
500
|
-
const { value } = await reader.read();
|
|
501
|
-
const [_chunkId, status, data] = value;
|
|
502
|
-
switch(status){
|
|
503
|
-
case PROMISE_STATUS_FULFILLED:
|
|
504
|
-
return decode(data);
|
|
505
|
-
case PROMISE_STATUS_REJECTED:
|
|
506
|
-
throw opts.formatError?.({
|
|
507
|
-
error: data
|
|
508
|
-
}) ?? new AsyncError(data);
|
|
509
|
-
}
|
|
510
|
-
} catch (e) {
|
|
511
|
-
env.error = e;
|
|
512
|
-
env.hasError = true;
|
|
513
|
-
} finally{
|
|
514
|
-
_ts_dispose_resources(env);
|
|
515
|
-
}
|
|
516
|
-
});
|
|
517
|
-
}
|
|
518
|
-
case CHUNK_VALUE_TYPE_ASYNC_ITERABLE:
|
|
519
|
-
{
|
|
520
|
-
return run(async function*() {
|
|
521
|
-
const env = {
|
|
522
|
-
stack: [],
|
|
523
|
-
error: void 0,
|
|
524
|
-
hasError: false
|
|
525
|
-
};
|
|
526
|
-
try {
|
|
527
|
-
const reader = _ts_add_disposable_resource(env, controller.getReaderResource(), false);
|
|
528
|
-
;
|
|
529
|
-
while(true){
|
|
530
|
-
const { value } = await reader.read();
|
|
531
|
-
const [_chunkId, status, data] = value;
|
|
532
|
-
switch(status){
|
|
533
|
-
case ASYNC_ITERABLE_STATUS_YIELD:
|
|
534
|
-
yield decode(data);
|
|
535
|
-
break;
|
|
536
|
-
case ASYNC_ITERABLE_STATUS_RETURN:
|
|
537
|
-
return decode(data);
|
|
538
|
-
case ASYNC_ITERABLE_STATUS_ERROR:
|
|
539
|
-
throw opts.formatError?.({
|
|
540
|
-
error: data
|
|
541
|
-
}) ?? new AsyncError(data);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
} catch (e) {
|
|
545
|
-
env.error = e;
|
|
546
|
-
env.hasError = true;
|
|
547
|
-
} finally{
|
|
548
|
-
_ts_dispose_resources(env);
|
|
549
|
-
}
|
|
550
|
-
});
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
function decode(value) {
|
|
555
|
-
const [[data], ...asyncProps] = value;
|
|
556
|
-
for (const value of asyncProps){
|
|
557
|
-
const [key] = value;
|
|
558
|
-
const decoded = decodeChunkDefinition(value);
|
|
559
|
-
if (key === null) {
|
|
560
|
-
return decoded;
|
|
561
|
-
}
|
|
562
|
-
data[key] = decoded;
|
|
563
|
-
}
|
|
564
|
-
return data;
|
|
565
|
-
}
|
|
566
|
-
const closeOrAbort = (reason)=>{
|
|
567
|
-
headDeferred?.reject(reason);
|
|
568
|
-
streamManager.cancelAll(reason);
|
|
569
|
-
};
|
|
570
|
-
source.pipeTo(new WritableStream({
|
|
571
|
-
write (chunkOrHead) {
|
|
572
|
-
if (headDeferred) {
|
|
573
|
-
const head = chunkOrHead;
|
|
574
|
-
for (const [key, value] of Object.entries(chunkOrHead)){
|
|
575
|
-
const parsed = decode(value);
|
|
576
|
-
head[key] = parsed;
|
|
577
|
-
}
|
|
578
|
-
headDeferred.resolve(head);
|
|
579
|
-
headDeferred = null;
|
|
580
|
-
return;
|
|
581
|
-
}
|
|
582
|
-
const chunk = chunkOrHead;
|
|
583
|
-
const [idx] = chunk;
|
|
584
|
-
const controller = streamManager.getOrCreate(idx);
|
|
585
|
-
controller.enqueue(chunk);
|
|
586
|
-
},
|
|
587
|
-
close: ()=>closeOrAbort(new Error('Stream closed')),
|
|
588
|
-
abort: closeOrAbort
|
|
589
|
-
}), {
|
|
590
|
-
signal: opts.abortController.signal
|
|
591
|
-
}).catch((error)=>{
|
|
592
|
-
opts.onError?.({
|
|
593
|
-
error
|
|
594
|
-
});
|
|
595
|
-
closeOrAbort(error);
|
|
596
|
-
});
|
|
597
|
-
return [
|
|
598
|
-
await headDeferred.promise,
|
|
599
|
-
streamManager
|
|
600
|
-
];
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
export { isPromise, jsonlStreamConsumer, jsonlStreamProducer };
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import type { MaybePromise } from '../types';
|
|
2
|
-
import type { EventSourceLike } from './sse.types';
|
|
3
|
-
import type { inferTrackedOutput } from './tracked';
|
|
4
|
-
type Serialize = (value: any) => any;
|
|
5
|
-
type Deserialize = (value: any) => any;
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
|
-
export interface SSEPingOptions {
|
|
10
|
-
/**
|
|
11
|
-
* Enable ping comments sent from the server
|
|
12
|
-
* @default false
|
|
13
|
-
*/
|
|
14
|
-
enabled: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Interval in milliseconds
|
|
17
|
-
* @default 1000
|
|
18
|
-
*/
|
|
19
|
-
intervalMs?: number;
|
|
20
|
-
}
|
|
21
|
-
export interface SSEClientOptions {
|
|
22
|
-
/**
|
|
23
|
-
* Timeout and reconnect after inactivity in milliseconds
|
|
24
|
-
* @default undefined
|
|
25
|
-
*/
|
|
26
|
-
reconnectAfterInactivityMs?: number;
|
|
27
|
-
}
|
|
28
|
-
export interface SSEStreamProducerOptions<TValue = unknown> {
|
|
29
|
-
serialize?: Serialize;
|
|
30
|
-
data: AsyncIterable<TValue>;
|
|
31
|
-
maxDepth?: number;
|
|
32
|
-
ping?: SSEPingOptions;
|
|
33
|
-
/**
|
|
34
|
-
* Maximum duration in milliseconds for the request before ending the stream
|
|
35
|
-
* @default undefined
|
|
36
|
-
*/
|
|
37
|
-
maxDurationMs?: number;
|
|
38
|
-
/**
|
|
39
|
-
* End the request immediately after data is sent
|
|
40
|
-
* Only useful for serverless runtimes that do not support streaming responses
|
|
41
|
-
* @default false
|
|
42
|
-
*/
|
|
43
|
-
emitAndEndImmediately?: boolean;
|
|
44
|
-
formatError?: (opts: {
|
|
45
|
-
error: unknown;
|
|
46
|
-
}) => unknown;
|
|
47
|
-
/**
|
|
48
|
-
* Client-specific options - these will be sent to the client as part of the first message
|
|
49
|
-
* @default {}
|
|
50
|
-
*/
|
|
51
|
-
client?: SSEClientOptions;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @see https://html.spec.whatwg.org/multipage/server-sent-events.html
|
|
56
|
-
*/
|
|
57
|
-
export declare function sseStreamProducer<TValue = unknown>(opts: SSEStreamProducerOptions<TValue>): ReadableStream<Uint8Array<ArrayBufferLike>>;
|
|
58
|
-
interface ConsumerStreamResultBase<TConfig extends ConsumerConfig> {
|
|
59
|
-
eventSource: InstanceType<TConfig['EventSource']> | null;
|
|
60
|
-
}
|
|
61
|
-
interface ConsumerStreamResultData<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
62
|
-
type: 'data';
|
|
63
|
-
data: inferTrackedOutput<TConfig['data']>;
|
|
64
|
-
}
|
|
65
|
-
interface ConsumerStreamResultError<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
66
|
-
type: 'serialized-error';
|
|
67
|
-
error: TConfig['error'];
|
|
68
|
-
}
|
|
69
|
-
interface ConsumerStreamResultConnecting<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
70
|
-
type: 'connecting';
|
|
71
|
-
event: EventSourceLike.EventOf<TConfig['EventSource']> | null;
|
|
72
|
-
}
|
|
73
|
-
interface ConsumerStreamResultTimeout<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
74
|
-
type: 'timeout';
|
|
75
|
-
ms: number;
|
|
76
|
-
}
|
|
77
|
-
interface ConsumerStreamResultPing<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
78
|
-
type: 'ping';
|
|
79
|
-
}
|
|
80
|
-
interface ConsumerStreamResultConnected<TConfig extends ConsumerConfig> extends ConsumerStreamResultBase<TConfig> {
|
|
81
|
-
type: 'connected';
|
|
82
|
-
options: SSEClientOptions;
|
|
83
|
-
}
|
|
84
|
-
type ConsumerStreamResult<TConfig extends ConsumerConfig> = ConsumerStreamResultData<TConfig> | ConsumerStreamResultError<TConfig> | ConsumerStreamResultConnecting<TConfig> | ConsumerStreamResultTimeout<TConfig> | ConsumerStreamResultPing<TConfig> | ConsumerStreamResultConnected<TConfig>;
|
|
85
|
-
export interface SSEStreamConsumerOptions<TConfig extends ConsumerConfig> {
|
|
86
|
-
url: () => MaybePromise<string>;
|
|
87
|
-
init: () => MaybePromise<EventSourceLike.InitDictOf<TConfig['EventSource']>> | undefined;
|
|
88
|
-
signal: AbortSignal;
|
|
89
|
-
deserialize?: Deserialize;
|
|
90
|
-
EventSource: TConfig['EventSource'];
|
|
91
|
-
}
|
|
92
|
-
interface ConsumerConfig {
|
|
93
|
-
data: unknown;
|
|
94
|
-
error: unknown;
|
|
95
|
-
EventSource: EventSourceLike.AnyConstructor;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* @see https://html.spec.whatwg.org/multipage/server-sent-events.html
|
|
99
|
-
*/
|
|
100
|
-
export declare function sseStreamConsumer<TConfig extends ConsumerConfig>(opts: SSEStreamConsumerOptions<TConfig>): AsyncIterable<ConsumerStreamResult<TConfig>>;
|
|
101
|
-
export declare const sseHeaders: {
|
|
102
|
-
readonly 'Content-Type': "text/event-stream";
|
|
103
|
-
readonly 'Cache-Control': "no-cache, no-transform";
|
|
104
|
-
readonly 'X-Accel-Buffering': "no";
|
|
105
|
-
readonly Connection: "keep-alive";
|
|
106
|
-
};
|
|
107
|
-
export {};
|
|
108
|
-
//# sourceMappingURL=sse.d.ts.map
|