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
@@ -297,6 +306,33 @@ export class NotImplementedHandler implements Incremental.Handler<never> {
297
306
startRequest:any;
298
307
}
299
308
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
+
300
336
// (No @packageDocumentation comment for this package)
0 commit comments