mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
760af1499d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49982 In D68708899, we removed dataURI inlining of sources and source maps into `Debugger.scriptParsed` CDP notifications. After that, all message handling for which we need to preserve order is implemented completely synchronously, so there's no need for a promise queue to preserve order. This removes the redundant queue. Changelog: [Internal] Reviewed By: robhogan Differential Revision: D71036230