fixed node types for style text "validateStream"#54778
Closed
vzaidman wants to merge 4 commits intofacebook:mainfrom
Closed
fixed node types for style text "validateStream"#54778vzaidman wants to merge 4 commits intofacebook:mainfrom
vzaidman wants to merge 4 commits intofacebook:mainfrom
Conversation
c2a97c9 to
8743e77
Compare
8743e77 to
6ef4eda
Compare
…g event on if this changes (facebook#54447) Summary: Changelog: [Internal] Expose `unstable_hasConnectedDevices` and `unstable_addHasConnectedDevicesListener` from both `InspectorProxy` and `DevMiddleware` that tells the user if any devices are connected to `devMiddleware` and allows to listen to whenever this state changes. Reviewed By: motiz88 Differential Revision: D86319965
…ODE (facebook#54654) Summary: make the default debugger-shell spawn command unset ELECTRON_RUN_AS_NODE Changelog: [Internal] Reviewed By: motiz88 Differential Revision: D86673603
…ook#54528) Summary: Changelog: [Internal] Currently, `DefaultBrowserLauncher.js` holds arguments configuring how the debugger shell is launched. Instead, move some of them downstream, and make `DefaultBrowserLauncher.js` use the defaults. Reviewed By: motiz88 Differential Revision: D86772692
Summary: Changelog: [Internal] The correct value is `validateStream` and not `validStream` https://nodejs.org/api/util.html#utilstyletextformat-text-options Reviewed By: huntie Differential Revision: D88368928
6ef4eda to
b1e0eaa
Compare
|
This pull request has been merged in 753c1e1. |
meta-codesync bot
pushed a commit
to facebook/metro
that referenced
this pull request
Dec 10, 2025
Summary: X-link: facebook/react-native#54778 Changelog: [Internal] The correct value is `validateStream` and not `validStream` https://nodejs.org/api/util.html#utilstyletextformat-text-options Reviewed By: huntie Differential Revision: D88368928 fbshipit-source-id: 0f9a9bf0aaa13b325dd22aed8c07d8dab38e5f17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [Internal]
The correct value is
validateStreamand notvalidStreamhttps://nodejs.org/api/util.html#utilstyletextformat-text-options
Reviewed By: huntie
Differential Revision: D88368928