Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/kernel-browser-runtime/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('index', () => {
expect(Object.keys(indexModule).sort()).toStrictEqual([
'PlatformServicesClient',
'PlatformServicesServer',
'UIOrchestrator',
'connectToKernel',
'createRelayQueryString',
'getCapTPMessage',
Expand All @@ -17,6 +18,7 @@ describe('index', () => {
'makeBackgroundCapTP',
'makeCapTPNotification',
'makeIframeVatWorker',
'makeUIVatWorker',
'parseRelayQueryString',
'receiveInternalConnections',
'rpcHandlers',
Expand Down
1 change: 1 addition & 0 deletions packages/kernel-browser-runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ export {
type BackgroundCapTPOptions,
type CapTPMessage,
} from './background-captp.ts';
export * from './ui/index.ts';
Loading
Loading