SonarPlugin > FlipperPlugin
Summary: Renaming: - `SonarPlugin` > `FlipperPlugin` - `SonarBasePlugin` > `FlipperBasePlugin` - `SonarDevicePlugin` > `FlipperDevicePlugin` Reviewed By: passy Differential Revision: D9851075 fbshipit-source-id: d59df6952a42eb493c86c38895216c9985f1e14b
This commit is contained in:
committed by
Facebook Github Bot
parent
47ec499973
commit
2e2924c979
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import type stream from 'stream';
|
||||
import {SonarDevicePlugin} from 'sonar';
|
||||
import {FlipperDevicePlugin} from 'sonar';
|
||||
|
||||
export type LogLevel =
|
||||
| 'unknown'
|
||||
@@ -69,7 +69,7 @@ export default class BaseDevice {
|
||||
return os.toLowerCase() === this.os.toLowerCase();
|
||||
}
|
||||
|
||||
supportsPlugin = (DevicePlugin: Class<SonarDevicePlugin<>>): boolean => {
|
||||
supportsPlugin = (DevicePlugin: Class<FlipperDevicePlugin<>>): boolean => {
|
||||
return this.supportedPlugins.includes(DevicePlugin.id);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user