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
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
external
|
|
node_modules
|
|
*.min.js
|
|
dist/**
|
|
!dist/jquery.js
|
|
!dist/jquery.min.js
|
|
test/data/jquery-1.9.1.js
|
|
test/data/badcall.js
|
|
test/data/badjson.js
|
|
test/data/json_obj.js
|
|
test/data/readywaitasset.js
|
|
test/data/readywaitloader.js
|
|
test/data/support/csp.js
|
|
test/data/support/getComputedSupport.js
|
|
test/data/core/jquery-iterability-transpiled.js
|