-
Notifications
You must be signed in to change notification settings - Fork 149
Remove RuntimeHolder and ScriptStore. #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Do you have the PR for RNW ready? (or does it not even need one?) -- Shouldnt you remove the usage from RNW first? |
|
|
Let make sure the RNW one lands before you submit this one.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit moves ScriptStore and RuntimeHolder from RN to RNW. See also microsoft/react-native-macos#185.
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from 35c4630...51a91a2 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@35c4630...51a91a2). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [51a91a2ad](facebook/react-native-devtools-frontend@51a91a2ad) | Ruslan Lesiutin (28902667+hoxyq@users.noreply.github.com) | 2025-07-04T14:04:02+01:00 | [bump: react-devtools@6.1.4 (microsoft#189)](facebook/react-native-devtools-frontend@51a91a2ad) | | [761b96907](facebook/react-native-devtools-frontend@761b96907) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-04T12:55:39+01:00 | [fixed missing new line before string error causes (microsoft#186)](facebook/react-native-devtools-frontend@761b96907) | | [7774c38db](facebook/react-native-devtools-frontend@7774c38db) | Alex Hunt (hello@alexhunt.dev) | 2025-06-30T13:20:49+01:00 | [Disable request initiator panel in NetworkItemView (microsoft#185)](facebook/react-native-devtools-frontend@7774c38db) | Reviewed By: huntie Differential Revision: D77795834 fbshipit-source-id: 3c30f8e87593687415538902734b09b3144b70a4
Please select one of the following
ScriptStore and RuntimeHolder are currently only used by Microsoft/react-native-windows. This PR removes them from this repository.
Microsoft Reviewers: Open in CodeFlow