jquery/build/tasks
Michał Gołębiowski-Owczarek 8be4c0e4f8
Build: Add exports to package.json, export slim & esm builds
Summary of the changes:
* define the `exports` field in `package.json`; `jQuery` & `$` are also
  exported as named exports in ESM builds now
* declare `"type": "module"` globally except for the `build` folder
* add the `--esm` option to `grunt custom`, generating jQuery as an ECMAScript
  module into the `dist-module` folder
* expand `node_smoke_tests` to test the slim & ESM builds and their various
  combinations; also, test both jQuery loaded via a path to the file as well
  as from module specifiers that should be parsed via the `exports` feature
* add details about ESM usage to the release package README
* run `compare_size` on all built minified files; don't run it anymore on
  unminified files where they don't provide lots of value
* remove the remove_map_comment task; SWC doesn't insert the
`//# sourceMappingURL=` pragma by default so there's nothing to strip

Fixes gh-4592
Closes gh-5255
2023-07-10 19:14:08 +02:00
..
lib Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
build.js Build: Add exports to package.json, export slim & esm builds 2023-07-10 19:14:08 +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: Switch form Terser to SWC for JS minification (#5286) 2023-07-10 18:23:07 +02: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