We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb44012 commit aea2434Copy full SHA for aea2434
src/call.ts
@@ -3,7 +3,7 @@ import { buildLinkQueue } from './queue.ts';
3
import { derivedSignal, promiseForSignal } from './signal.ts';
4
import { socketConnect } from './socket.ts';
5
6
-const startSymbol = Symbol('start') as any;
+const startSymbol = /* @__PURE__ */ Symbol('start') as any;
7
8
export type ActiveCall<In, Out> = {
9
gen: AsyncGenerator<In, Error | void, void>;
0 commit comments