diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-11-21 23:23:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 23:23:39 +0100 |
commit | 4c1171f2ed62584211250df0af8302d34c04621a (patch) | |
tree | ba1f6a5a977f32ca3dd67396458ca6bca602fe0e /src/core | |
parent | f62d8e2159baf1eabf3b760b85b2dda56d569a09 (diff) | |
download | jquery-4c1171f2ed62584211250df0af8302d34c04621a.tar.gz jquery-4c1171f2ed62584211250df0af8302d34c04621a.zip |
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
Diffstat (limited to 'src/core')
0 files changed, 0 insertions, 0 deletions