Move common types to flipper-plugin [1/n]
Summary: This is the first diff in a stack of many where server and UI logic is further decoupled to be only communication through an event listener / emitting commands, where all data going over these media is json serializable. In this diff we extract the common interfaces that are to be used by both server and UI layer. Reviewed By: passy Differential Revision: D30899609 fbshipit-source-id: dc3c783707d47671f1d0f5dbf99cde17a8f69062
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d5aaa0034d
commit
845d0755f1
@@ -25,7 +25,6 @@ export {
|
||||
DevicePluginClient,
|
||||
LogLevel,
|
||||
SandyDevicePluginInstance as _SandyDevicePluginInstance,
|
||||
DeviceType,
|
||||
} from './plugin/DevicePlugin';
|
||||
export {SandyPluginDefinition as _SandyPluginDefinition} from './plugin/SandyPluginDefinition';
|
||||
export {SandyPluginRenderer as _SandyPluginRenderer} from './plugin/PluginRenderer';
|
||||
@@ -142,3 +141,5 @@ export {textContent} from './utils/textContent';
|
||||
// Probably we should make sure that testing-library doesn't end up in our final Flipper bundle (which packages flipper-plugin)
|
||||
// T69106962
|
||||
export const TestUtils = TestUtilites;
|
||||
|
||||
export * from './types/server-types';
|
||||
|
||||
Reference in New Issue
Block a user