-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
Reviewed By: Hypuk Differential Revision: D6405831 fbshipit-source-id: ffecfbf85a35fad4d0c9a823c5e637a6b9e202ee
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
@property (nonatomic, readonly) BOOL isHotLoadingAvailable; | ||
@property (nonatomic, readonly) BOOL isLiveReloadAvailable; | ||
@property (nonatomic, readonly) BOOL isRemoteDebuggingAvailable; | ||
@property (nonatomic, readonly) BOOL isNuclideDebuggingAvailable; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pakoito
Author
Contributor
|
||
@property (nonatomic, readonly) BOOL isJSCSamplingProfilerAvailable; | ||
|
||
/** | ||
|
is nuclide the official debugger now? looks odd to have nuclide specific code here in RN. cc @shergin @hramos