mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
5701957b72
With this change, jQuery build no longer generates the `amd` directory with AMD modules transpiled from source `src` ECMAScript Modules. To use individual jQuery modules from source, ESM is now required. Note that this DOES NOT affect the main `"jquery"` AMD module defined by built jQuery files; those remain supported. Closes gh-5276
24 lines
321 B
Plaintext
24 lines
321 B
Plaintext
.project
|
|
.settings
|
|
*~
|
|
*.diff
|
|
*.patch
|
|
/*.html
|
|
.DS_Store
|
|
.bower.json
|
|
.sizecache.json
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
npm-debug.log*
|
|
|
|
# Ignore everything in dist folder except for eslint config
|
|
/dist/*
|
|
!/dist/.eslintrc.json
|
|
|
|
/external
|
|
/node_modules
|
|
|
|
/test/data/core/jquery-iterability-transpiled.js
|
|
/test/data/qunit-fixture.js
|