jquery/build/tasks
Michał Gołębiowski-Owczarek 47835965bd Selector: Inline Sizzle into the selector module
This commit removes Sizzle from jQuery, inlining its code & removing obsolete
workarounds where applicable.

The selector-native module has been removed. Further work on the selector
module may decrease the size enough that it will no longer be necessary. If
it turns out it's still useful, we'll reinstate it but the code will look
different anyway as we'll want to share as much code as possible with
the existing selector module.

The Sizzle AUTHORS.txt file has been merged with the jQuery one - people are
sorted by their first contributions to either of the two repositories.

The commit reduces the gzipped jQuery size by 1460 bytes compared to master.

Closes gh-4395
2019-07-29 21:19:21 +02:00
..
lib Build: Drop cross-spawn, use child_process.spawn shell option 2017-09-25 19:27:50 +02:00
build.js Selector: Inline Sizzle into the selector module 2019-07-29 21:19:21 +02:00
dist.js Release: push a custom slim build to the CDN 2015-11-16 11:22:20 -05:00
node_smoke_tests.js Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test 2019-03-04 18:30:51 +01:00
promises_aplus_tests.js Build: Make Promises/A+ tests use the dot reporter instead of the default 2019-03-11 16:06:17 +01:00
qunit_fixture.js Build: Remove manual QUnit fixture resetting 2019-03-11 17:25:48 +01:00
sourcemap.js Release: push a custom slim build to the CDN 2015-11-16 11:22:20 -05:00
testswarm.js Tests: Add simple tests for Android 2.3 2015-09-08 18:03:49 +02:00