feat: slot system + entries/priority/errorreport + typert generator
This commit is contained in:
@@ -46,6 +46,10 @@ function makeHost(bodies: { root: (rp: (key: string, owner: object) => React.Rea
|
||||
subscribe: () => () => {},
|
||||
getVersion: () => 0,
|
||||
entriesOf: key => key === 'root' ? [rootEntry] : sessionEntries,
|
||||
// Single-kind everywhere and no crashes in this suite: the projection is
|
||||
// the raw view and crash reports never fire.
|
||||
entriesOfSlot: key => key === 'root' ? [rootEntry] : sessionEntries,
|
||||
reportEntryError: () => {},
|
||||
specOf: key => key === 'k.session' ? { kind: 'single', scope: 'session' } : undefined,
|
||||
isLive: () => true,
|
||||
storeOf: () => undefined,
|
||||
|
||||
Reference in New Issue
Block a user