jquery/src/deprecated
Michał Gołębiowski-Owczarek f75daab091
Core: Use named exports in src/
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
2023-09-12 02:27:19 +02:00
..
ajax-event-alias.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
event.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00