Skip to content

Commit aea2434

Browse files
committed
pure annot
1 parent fb44012 commit aea2434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/call.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { buildLinkQueue } from './queue.ts';
33
import { derivedSignal, promiseForSignal } from './signal.ts';
44
import { socketConnect } from './socket.ts';
55

6-
const startSymbol = Symbol('start') as any;
6+
const startSymbol = /* @__PURE__ */ Symbol('start') as any;
77

88
export type ActiveCall<In, Out> = {
99
gen: AsyncGenerator<In, Error | void, void>;

0 commit comments

Comments
 (0)