jquery/build/tasks
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
..
lib Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
build.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
dist.js Build: Add exports to package.json, export slim & esm builds 2023-07-10 19:14:08 +02:00
minify.js Build: replace CRLF with LF during minify 2023-08-10 21:13:24 -04:00
node_smoke_tests.js Build: Add exports to package.json, export slim & esm builds 2023-07-10 19:14:08 +02:00
promises_aplus_tests.js Build: Add exports to package.json, export slim & esm builds 2023-07-10 19:14:08 +02:00
qunit_fixture.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00
testswarm.js Build: Require strict mode in Node.js scripts via ESLint 2019-10-09 00:17:55 +02:00