mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update references to relocated react-native-devtools-frontend repo (#49777)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49777 Changelog: [Internal] Reviewed By: robhogan Differential Revision: D70485084 fbshipit-source-id: d6243b3bc607af39c67c3f1cebdf0b53a3502538
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ae7bbe06c9
commit
2acb407562
@@ -20,7 +20,7 @@ const frontendPath = require('@react-native/debugger-frontend');
|
||||
|
||||
### Source repo
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
### Updating the frontend assets
|
||||
|
||||
@@ -34,4 +34,4 @@ node scripts/debugger-frontend/sync-and-build --branch main
|
||||
node scripts/debugger-frontend/sync-and-build --branch 0.73-stable
|
||||
```
|
||||
|
||||
By default, this will clone and build from [facebookexperimental/rn-chrome-devtools-frontend](https://github.com/facebookexperimental/rn-chrome-devtools-frontend).
|
||||
By default, this will clone and build from [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend).
|
||||
|
||||
@@ -70,7 +70,7 @@ function getWsParam({
|
||||
// may actually load through a tunnel or proxy, and the WS connection
|
||||
// should therefore do the same.
|
||||
//
|
||||
// Depends on https://github.com/facebookexperimental/rn-chrome-devtools-frontend/pull/4
|
||||
// Depends on https://github.com/facebook/react-native-devtools-frontend/pull/4
|
||||
value = wsUrl.pathname + wsUrl.search + wsUrl.hash;
|
||||
} else {
|
||||
// Standard URL format accepted by the DevTools frontend
|
||||
|
||||
@@ -690,7 +690,7 @@ TYPED_TEST(JsiIntegrationHermesTest, ScriptParsedExactlyOnce) {
|
||||
|
||||
TYPED_TEST(JsiIntegrationHermesTest, FunctionDescriptionIncludesName) {
|
||||
// See
|
||||
// https://github.com/facebookexperimental/rn-chrome-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
|
||||
// https://github.com/facebook/react-native-devtools-frontend/blob/9a23d4c7c4c2d1a3d9e913af38d6965f474c4284/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts#L311-L391
|
||||
|
||||
this->connect();
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ const supportsColor = require('supports-color');
|
||||
const {parseArgs} = require('util');
|
||||
|
||||
const DEVTOOLS_FRONTEND_REPO_URL =
|
||||
'https://github.com/facebookexperimental/rn-chrome-devtools-frontend';
|
||||
'https://github.com/facebook/react-native-devtools-frontend';
|
||||
|
||||
const config = {
|
||||
allowPositionals: true,
|
||||
|
||||
Reference in New Issue
Block a user