Move files to flipper-common

Summary: Moved Logger, sleep, timeout and server contract types to flipper-common packages.

Reviewed By: passy

Differential Revision: D31475790

fbshipit-source-id: 42d2147698875f9e919ad5250f9953f3bff3ec2d
This commit is contained in:
Michel Weststrate
2021-10-12 15:59:44 -07:00
committed by Facebook GitHub Bot
parent cfd44b592a
commit 91d96774f6
67 changed files with 222 additions and 179 deletions

View File

@@ -83,8 +83,11 @@ test('Correct top level API exposed', () => {
"DefaultKeyboardAction",
"Device",
"DeviceLogEntry",
"DeviceLogLevel",
"DeviceLogListener",
"DeviceOS",
"DevicePluginClient",
"DeviceType",
"DialogResult",
"Draft",
"ElementAttribute",
@@ -99,15 +102,12 @@ test('Correct top level API exposed', () => {
"Idler",
"InteractionReport",
"InteractionReporter",
"LogLevel",
"LogTypes",
"Logger",
"MenuEntry",
"MockedConsole",
"NormalizedMenuEntry",
"Notification",
"PluginClient",
"TrackType",
]
`);
});