jquery/src
Michał Gołębiowski-Owczarek 55cd3a4436
Build: Followups after introducing ES modules compiled via Rollup
This commit cleans up a few comments & configurations that are out of date
after the migration to ES modules backed by a Rollup-based compilation.

Also, de-indent AMD modules. This will preserve a more similar
structure to the one on 3.x-stable where the body of the main `define`
wrapper is not indented.

Closes gh-4705
2020-05-05 14:30:14 +02:00
..
ajax Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
attributes Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
core Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
css Build: Enable ESLint one-var rule for var declarations in browser code 2020-03-02 22:25:35 +01:00
data Data:Event:Manipulation: Prevent collisions with Object.prototype 2020-03-02 23:02:42 +01:00
deferred Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deprecated Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
effects Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
event Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
exports Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
manipulation Core: Fire iframe script in its context, add doc param in globalEval 2020-02-10 19:17:22 +01:00
queue Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
selector Selector: Remove the "a:enabled" workaround for Chrome <=77 2019-12-16 19:43:38 +01:00
traversing Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
var Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
.eslintrc.json Build: Followups after introducing ES modules compiled via Rollup 2020-05-05 14:30:14 +02:00
ajax.js Build: Followups after introducing ES modules compiled via Rollup 2020-05-05 14:30:14 +02:00
attributes.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
callbacks.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
core.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
css.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
data.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deferred.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
deprecated.js Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated 2020-01-21 14:12:35 +01:00
dimensions.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
effects.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
event.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
jquery.js CSS: Include show, hide & toggle methods in the jQuery slim build 2020-05-05 14:16:41 +02:00
manipulation.js Manipulation: Make jQuery.htmlPrefilter an identity function 2020-03-16 21:49:29 +01:00
offset.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
queue.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
selector.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
serialize.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
traversing.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrap.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrapper.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00