Migrate BaseDevice from js to tsx
Summary: As per the title Reviewed By: passy Differential Revision: D16687261 fbshipit-source-id: a9d85424fb0a08fada7edd0355c356907518d366
This commit is contained in:
committed by
Facebook Github Bot
parent
18f43daa04
commit
47a55b0f26
@@ -8,7 +8,7 @@
|
||||
import AndroidDevice from '../devices/AndroidDevice';
|
||||
import child_process from 'child_process';
|
||||
import type {Store} from '../reducers/index.tsx';
|
||||
import type BaseDevice from '../devices/BaseDevice';
|
||||
import type BaseDevice from '../devices/BaseDevice.tsx';
|
||||
import type {Logger} from '../fb-interfaces/Logger.js';
|
||||
import {registerDeviceCallbackOnPlugins} from '../utils/onRegisterDevice.js';
|
||||
import {getAdbClient} from '../utils/adbClient';
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
import type {ChildProcess} from 'child_process';
|
||||
import type {Store} from '../reducers/index.tsx';
|
||||
import type {Logger} from '../fb-interfaces/Logger.js';
|
||||
import type {DeviceType} from '../devices/BaseDevice';
|
||||
import type {DeviceType} from '../devices/BaseDevice.tsx';
|
||||
import {promisify} from 'util';
|
||||
import path from 'path';
|
||||
import child_process from 'child_process';
|
||||
|
||||
Reference in New Issue
Block a user