mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2de9ddac73
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.