Move server add-on interfaces to flipper-common

Reviewed By: antonk52

Differential Revision: D34169419

fbshipit-source-id: 69fcc8da7d98f59818fbb5b486a488f19830cd81
This commit is contained in:
Andrey Goncharov
2022-02-28 03:50:34 -08:00
committed by Facebook GitHub Bot
parent b9294645d3
commit 04eab80c98
8 changed files with 59 additions and 48 deletions

View File

@@ -109,6 +109,7 @@ test('Correct top level API exposed', () => {
"FileDescriptor",
"FileEncoding",
"FlipperLib",
"FlipperServerForServerAddOn",
"HighlightManager",
"Idler",
"InteractionReport",
@@ -119,6 +120,8 @@ test('Correct top level API exposed', () => {
"Notification",
"PluginClient",
"RemoteServerContext",
"ServerAddOn",
"ServerAddOnPluginConnection",
]
`);
});

View File

@@ -152,4 +152,7 @@ export {
DeviceLogLevel,
Logger,
CrashLog,
ServerAddOn,
ServerAddOnPluginConnection,
FlipperServerForServerAddOn,
} from 'flipper-common';