You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert 54 methods from aggregation pattern to named exports. Update
9 consumer files in the factory bundle to use named imports. Remove
`extendFlat(plots, Registry)` — consumers that accessed Registry
methods via Plots now use Registry directly.
Keep `export default plots` for backward compat with non-factory files.
Modest savings (~0.5 KB) since the default export keeps all methods
reachable. Full tree-shaking requires converting all consumers.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments