dillon1000/react

Commit

[DevTools] Expose "view source" options to Fusebox integration (#28973)

## Summary

Exposes the APIs needed by React Native DevTools (Fusebox) to implement
the "view element source" and "view attribute source" features.

## How did you test this change?

1. `yarn build` in `react-devtools-fusebox`
2. Copy artifacts to rn-chrome-devtools-frontend
3. Write some additional glue code to implement
`viewElementSourceFunction` in our CDT fork.
4. Test the feature manually.


https://github.com/facebook/react/assets/2246565/12667018-100a-4b3f-957a-06c07f2af41a
Browse files
Changed paths2 files
First-parent comparison
M packages/react-devtools-fusebox/src/frontend.d.ts ModifiedM packages/react-devtools-fusebox/src/frontend.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…