Migration of Basedevice from js to tsx

Summary: Converted BaseDevice from js to tsx

Reviewed By: passy

Differential Revision: D16648356

fbshipit-source-id: 12954532acf91930ab8c5f995bb94f6f9fe44015
This commit is contained in:
Pritesh Nandgaonkar
2019-08-06 05:06:34 -07:00
committed by Facebook Github Bot
parent fe5df63d41
commit 604e6d761f
30 changed files with 45 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
import type {ChildProcess} from 'child_process';
import type {Store} from '../reducers/index.js';
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';