jquery/.github/workflows
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
..
codeql-analysis.yml Docs: Remove git.io from a GitHub Actions comment 2022-07-12 17:27:04 +02:00
node.js.yml Selector: Re-introduce selector-native.js 2022-11-21 23:23:39 +01:00