You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-forgotten-export) The symbol "StreamInfoTrie" needs to be exported by the entry point index.d.ts
209
-
//
210
206
// (undocumented)
211
207
readonly streamInfo?:StreamInfoTrie;
212
208
}
@@ -273,7 +269,7 @@ class IncrementalRequest<TData> implements Incremental.IncrementalRequest<GraphQ
273
269
// (undocumented)
274
270
hasNext:boolean;
275
271
// (undocumented)
276
-
get streamInfo():StreamInfoTrie_2|undefined;
272
+
get streamInfo():StreamInfoTrie|undefined;
277
273
}
278
274
279
275
// @public (undocumented)
@@ -306,33 +302,6 @@ export class NotImplementedHandler implements Incremental.Handler<never> {
306
302
startRequest:any;
307
303
}
308
304
309
-
// @public (undocumented)
310
-
classStreamArrayState {
311
-
constructor(path:Incremental_2.Path);
312
-
// (undocumented)
313
-
depend():void;
314
-
// (undocumented)
315
-
get streamPosition():number;
316
-
set streamPosition(value:number);
317
-
// (undocumented)
318
-
truncate:boolean;
319
-
}
320
-
321
-
//@internal @deprecated (undocumented)
322
-
typeStreamInfoTrie=Trie<{
323
-
current:Incremental_2.StreamFieldInfo;
324
-
state:StreamArrayState;
325
-
previous?: {
326
-
incoming:unknown;
327
-
streamFieldInfo:Incremental_2.StreamFieldInfo;
328
-
result:unknown;
329
-
};
330
-
}>;
331
-
332
-
// Warnings were encountered during analysis:
333
-
//
334
-
// src/utilities/internal/types/StreamInfoTrie.ts:10:3 - (ae-forgotten-export) The symbol "StreamArrayState" needs to be exported by the entry point index.d.ts
335
-
336
305
// (No @packageDocumentation comment for this package)
0 commit comments