Skip to content

Commit

Permalink
Remove unused JSDevSupport module
Browse files Browse the repository at this point in the history
Summary:
The `JSDevSupport` module is incompatible with Fabric. Given it's not used internally and it's undocumented in OSS, we decided to remove it altogether.

Changelog: [Internal]

Reviewed By: javache, nlutsenko

Differential Revision: D39305892

fbshipit-source-id: 82455701a0b9ba83e6f971fc774280dceb2b22e0
  • Loading branch information
rubennorte authored and facebook-github-bot committed Sep 7, 2022
1 parent 951538c commit 34e7d48
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 167 deletions.
4 changes: 0 additions & 4 deletions Libraries/Core/setUpBatchedBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ if (global.RN$Bridgeless === true && global.RN$registerCallableModule) {
| $TEMPORARY$string<'GlobalPerformanceLogger'>
| $TEMPORARY$string<'HMRClient'>
| $TEMPORARY$string<'HeapCapture'>
| $TEMPORARY$string<'JSDevSupportModule'>
| $TEMPORARY$string<'JSTimers'>
| $TEMPORARY$string<'RCTDeviceEventEmitter'>
| $TEMPORARY$string<'RCTLog'>
Expand Down Expand Up @@ -52,9 +51,6 @@ registerModule('RCTNativeAppEventEmitter', () =>
registerModule('GlobalPerformanceLogger', () =>
require('../Utilities/GlobalPerformanceLogger'),
);
registerModule('JSDevSupportModule', () =>
require('../Utilities/JSDevSupportModule'),
);

if (__DEV__ && !global.__RCTProfileIsProfiling) {
registerModule('HMRClient', () => require('../Utilities/HMRClient'));
Expand Down
37 changes: 0 additions & 37 deletions Libraries/Utilities/JSDevSupportModule.js

This file was deleted.

23 changes: 0 additions & 23 deletions Libraries/Utilities/NativeJSDevSupport.js

This file was deleted.

This file was deleted.

0 comments on commit 34e7d48

Please sign in to comment.