react/compiler/packages
Joseph Savona 123ff13b19
[compiler] Consolidate HIRFunction return information (#33640)
We now have `HIRFunction.returns: Place` as well as `returnType: Type`.
I want to add additional return information, so as a first step i'm
consolidating everything under an object at `HIRFunction.returns:
{place: Place}`. We use the type of this place as the return type. Next
step is to add more properties to this object to represent things like
the return kind.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33640).
* #33643
* #33642
* __->__ #33640
* #33625
* #33624
2025-06-25 11:10:38 -07:00
..
babel-plugin-react-compiler [compiler] Consolidate HIRFunction return information (#33640) 2025-06-25 11:10:38 -07:00
eslint-plugin-react-compiler [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
make-read-only-util [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
react-compiler-healthcheck [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
react-compiler-runtime [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
react-forgive [forgive][ez] Tweak logging (#33011) 2025-04-24 13:30:16 -04:00
react-mcp-server [mcp] Add MCP tool to print out the component tree of the currently open React App (#33305) 2025-06-02 21:42:34 -07:00
snap [compiler] Fix <ValidateMemoization> (#33547) 2025-06-18 16:00:36 -07:00