- Notifications
You must be signed in to change notification settings - Fork20.6k
Commit4783596
committed
Selector: Inline Sizzle into the selector module
This commit removes Sizzle from jQuery, inlining its code & removing obsoleteworkarounds where applicable.The selector-native module has been removed. Further work on the selectormodule may decrease the size enough that it will no longer be necessary. Ifit turns out it's still useful, we'll reinstate it but the code will lookdifferent anyway as we'll want to share as much code as possible withthe existing selector module.The Sizzle AUTHORS.txt file has been merged with the jQuery one - people aresorted by their first contributions to either of the two repositories.The commit reduces the gzipped jQuery size by 1460 bytes compared to master.Closesgh-43951 parent79b74e0 commit4783596
File tree
41 files changed
+2174
-2965
lines changed- build
- release
- tasks
- dist
- external/sizzle
- dist
- src
- attributes
- core
- var
- selector
- var
- test
- data
- selector
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2174
-2965
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| |||
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
| 18 | + | |
| 19 | + | |
16 | 20 |
| |
17 | 21 |
| |
18 | 22 |
| |
| |||
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
| 59 | + | |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 | 63 |
| |
|
0 commit comments
Comments
(0)