facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
224.86k stars 45.86k forks source link

request: [compiler] `react-compiler-healthcheck` display the list of compiled files. #29078

Open Fausto95 opened 1 month ago

Fausto95 commented 1 month ago

Summary

I think it would make much more sense if react-compiler-healthcheck actually displayed more info about the compiled components. This would help a lot with refactors.

I think showing the component name would already be helpful.

Maxou44 commented 1 month ago

And list the components that are not compiled with the reason why :)

Fausto95 commented 1 month ago

And list the components that are not compiled with the reason why :)

Yes, have also taken that into account. You can check the PR here #29080