comms: app-connectivity

Summary: It doesn't get more generic than 'comms'. So, narrow it down: app-connectivity.

Reviewed By: passy

Differential Revision: D47185255

fbshipit-source-id: 87e9c2487c9b07603d14e856de670757078c0da1
This commit is contained in:
Lorenzo Blasa
2023-07-03 09:40:26 -07:00
committed by Facebook GitHub Bot
parent 48495c906e
commit 62cb33b763
22 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import {
FlipperServerForServerAddOn,
ServerAddOnStartDetails,
} from 'flipper-common';
import {assertNotNull} from '../comms/Utilities';
import {assertNotNull} from '../app-connectivity/Utilities';
import {StateMachine} from '../utils/StateMachine';
import {ServerAddOn} from './ServerAddOn';

View File

@@ -8,7 +8,7 @@
*/
import assert from 'assert';
import {assertNotNull} from '../comms/Utilities';
import {assertNotNull} from '../app-connectivity/Utilities';
import {
FlipperServerForServerAddOn,
ServerAddOnCleanup,

View File

@@ -11,7 +11,7 @@ import {
ServerAddOn as ServerAddOnFn,
ServerAddOnStartDetails,
} from 'flipper-common';
import {assertNotNull} from '../comms/Utilities';
import {assertNotNull} from '../app-connectivity/Utilities';
import * as FlipperPluginSDK from 'flipper-plugin-core';
declare global {