Use AbstractClient from flipper-frontend-core in fliper-ui-core

Summary: This stack attempts to start using flipper-frontend-core from flipper-ui-core. Currently, flipper-frontend-core contains lots of copy-pasted code from flipper-ui-core.

Reviewed By: lblasa

Differential Revision: D37139198

fbshipit-source-id: 042db7492c550e10ea72c32fd15001c141bf53f9
This commit is contained in:
Andrey Goncharov
2022-06-20 12:18:40 -07:00
committed by Facebook GitHub Bot
parent c2e3c4eb50
commit ef5fa275a3
19 changed files with 251 additions and 596 deletions

View File

@@ -8,10 +8,16 @@
*/
export {RenderHost, getRenderHostInstance} from './RenderHost';
export {default as AbstractClient, ClientConnection} from './AbstractClient';
export {
default as AbstractClient,
ClientConnection,
Params,
RequestMetadata,
} from './AbstractClient';
export {default as ArchivedDevice} from './devices/ArchivedDevice';
export {default as BaseDevice} from './devices/BaseDevice';
export * from './globalObject';
export * from './plugins';
export {getPluginKey} from './utils/pluginKey';
export * from './flipperLibImplementation';
export * from './client/FlipperServerClient';