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 lib/index.js to named exports for tree-shaking
Convert all 182 methods from aggregation pattern to named exports.
Update 68 consumer files in the factory bundle to use named imports.
Keep `export default lib` for backward compat with 286 non-factory files.
Sub-modules (`loggers.js`, `mod.js`, `angles.js`, `dom.js`) also
converted to named exports for direct re-export from `lib/index.js`.
Saves ~10 KB minified across all bundles from tree-shaking 74 unused
methods. Factory: 694 KB min (was 704 KB).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments