jquery/src
Michał Gołębiowski-Owczarek 53cf7244da
CSS:Selector: Align with 3.x, remove the outer selector.js wrapper
Bring some changes from `3.x-stable`:
* rename `rtrim` to `rtrimCSS` to distinguish from the previous `rtrim`
  regex used for `jQuery.trim`
* backport one `id` selector test that avoids the selector engine path

Other changes:
* remove the inner function wrapper from `selector.js` by renaming
  the imported `document.js` value
* use `jQuery.error` in `selectorError`
* make Selector tests pass in all-modules runs by fixing a sinon mistake
  in Core tests - Core tests had a spy set up for `jQuery.error` that wasn't
  cleaned up, influencing Selector tests when all were run together

Closes gh-5295
2023-09-20 02:31:35 +02:00
..
ajax Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
attributes Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
core Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
css CSS:Selector: Align with 3.x, remove the outer selector.js wrapper 2023-09-20 02:31:35 +02:00
data Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
deferred Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
deprecated Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
effects Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
event Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
exports Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
manipulation Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
queue Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
selector CSS:Selector: Align with 3.x, remove the outer selector.js wrapper 2023-09-20 02:31:35 +02:00
traversing Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
var CSS:Selector: Align with 3.x, remove the outer selector.js wrapper 2023-09-20 02:31:35 +02:00
ajax.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
attributes.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
callbacks.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
core.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
css.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
data.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
deferred.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
deprecated.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
dimensions.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
effects.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00
event.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
jquery.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
manipulation.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00
offset.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
queue.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
selector-native.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
selector.js CSS:Selector: Align with 3.x, remove the outer selector.js wrapper 2023-09-20 02:31:35 +02:00
serialize.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
traversing.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
wrap.js Core: Use named exports in src/ 2023-09-12 02:27:19 +02:00
wrapper-esm.js Core: Move the factory to separate exports 2023-09-19 18:58:24 +02:00
wrapper-factory-esm.js Core: Move the factory to separate exports 2023-09-19 18:58:24 +02:00
wrapper-factory.js Core: Move the factory to separate exports 2023-09-19 18:58:24 +02:00
wrapper.js Core: Move the factory to separate exports 2023-09-19 18:58:24 +02:00