jquery/build
Michał Gołębiowski-Owczarek 4c1171f2ed
Selector: Re-introduce selector-native.js
Re-introduce the `selector-native` similar to the one on the `3.x-stable`
branch. One difference is since the `main` branch inlined Sizzle, some
selector utils can be shared between the main `selector` module and
`selector-native`.

The main `selector` module can be disabled in favor of `selector-native`
via:

    grunt custom:-selector

Other changes:
* Tests: Fix Safari detection - Chrome Headless has a different user
  agent than Safari and a browser check in selector tests didn't take
  that into account.
* Tests: Run selector-native tests in `npm test`
* Selector: Fix querying on document fragments

Ref gh-4395
Closes gh-5085
2022-11-21 23:23:39 +01:00
..
fixtures Docs: Update the README of the published package 2022-10-03 22:55:49 +02:00
release Build: Rename master to main across the repository 2021-02-05 22:00:56 +01:00
tasks Selector: Re-introduce selector-native.js 2022-11-21 23:23:39 +01:00
release.js Release: remove the need to install grunt globally 2021-03-01 18:16:04 -05:00