mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
The `default` export is treated differently across tooling when transpiled to CommonJS - tools differ on whether `module.exports` represents the full module object or just its default export. Switch `src/` modules to named exports for tooling consistency. Fixes gh-5262 Closes gh-5292