Remove fs usage from Navigator plugin
Reviewed By: mweststrate Differential Revision: D33019873 fbshipit-source-id: 6d48971dc04161b64fdd32ac4e658b56aa98b7ec
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d003a7c1a5
commit
3f771c05dd
@@ -167,8 +167,9 @@ export interface FlipperLib {
|
||||
},
|
||||
): Promise<string | undefined>;
|
||||
paths: {
|
||||
homePath: string;
|
||||
appPath: string;
|
||||
homePath: string;
|
||||
staticPath: string;
|
||||
tempPath: string;
|
||||
};
|
||||
environmentInfo: {
|
||||
|
||||
Reference in New Issue
Block a user