Skip to content

Commit 69a8f96

Browse files
huntiefacebook-github-bot
authored andcommitted
Update references to relocated react-native-devtools-frontend repo
Summary: Changelog: [Internal] Differential Revision: D70485084
1 parent 7ccb1e1 commit 69a8f96

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/debugger-frontend/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const frontendPath = require('@react-native/debugger-frontend');
2020

2121
### Source repo
2222

23-
Source code for this package lives in the [facebookexperimental/rn-chrome-devtools-frontend](https://github.com/facebookexperimental/rn-chrome-devtools-frontend) repo. See below for how we build and check in changes.
23+
Source code for this package lives in the [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend) repo. See below for how we build and check in changes.
2424

2525
### Updating the frontend assets
2626

@@ -34,4 +34,4 @@ node scripts/debugger-frontend/sync-and-build --branch main
3434
node scripts/debugger-frontend/sync-and-build --branch 0.73-stable
3535
```
3636

37-
By default, this will clone and build from [facebookexperimental/rn-chrome-devtools-frontend](https://github.com/facebookexperimental/rn-chrome-devtools-frontend).
37+
By default, this will clone and build from [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend).

packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function getWsParam({
7070
// may actually load through a tunnel or proxy, and the WS connection
7171
// should therefore do the same.
7272
//
73-
// Depends on https://github.com/facebookexperimental/rn-chrome-devtools-frontend/pull/4
73+
// Depends on https://github.com/facebook/react-native-devtools-frontend/pull/4
7474
value = wsUrl.pathname + wsUrl.search + wsUrl.hash;
7575
} else {
7676
// Standard URL format accepted by the DevTools frontend

packages/react-native/ReactCommon/jsinspector-modern/tests/JsiIntegrationTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ TYPED_TEST(JsiIntegrationHermesTest, ScriptParsedExactlyOnce) {
690690

691691
TYPED_TEST(JsiIntegrationHermesTest, FunctionDescriptionIncludesName) {
692692
// See
693-
// https://github.com/facebookexperimental/rn-chrome-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
693+
// https://github.com/facebook/react-native-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
694694

695695
this->connect();
696696

scripts/debugger-frontend/sync-and-build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const supportsColor = require('supports-color');
2727
const {parseArgs} = require('util');
2828

2929
const DEVTOOLS_FRONTEND_REPO_URL =
30-
'https://github.com/facebookexperimental/rn-chrome-devtools-frontend';
30+
'https://github.com/facebook/react-native-devtools-frontend';
3131

3232
const config = {
3333
allowPositionals: true,

0 commit comments

Comments
 (0)