Under the hood
Plugin rendering internals rename 'exportName' to 'module' and simplify cleanup logic
What
In the internal code that manages rendering for plugin surfaces (parts of the UI that plugins can render into), the field previously called exportName was renamed to module throughout the client-side records, mount calls, and dependency tracking. The cleanup/destroy logic was also simplified, replacing a separate focus-state check with a single helper call.
Why
This is an internal rename and cleanup with no described change in what plugins can do, likely making the plugin-rendering code easier to maintain.