MCPcopy Index your code
hub / github.com/jquery/sizzle

github.com/jquery/sizzle @2.3.10 sqlite

repository ↗ · DeepWiki ↗ · release 2.3.10 ↗
712 symbols 1,684 edges 31 files 105 documented · 15% 1 cross-repo links
README

Sizzle

A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.

Contribution Guides

In the spirit of open source software development, jQuery always encourages community code contribution. To help you get started and before you jump into writing code, be sure to read these important contribution guidelines thoroughly:

  1. Getting Involved
  2. JavaScript Style Guide
  3. Writing Code for jQuery Organization Projects

What you need to build Sizzle

In order to build Sizzle, you should have Node.js/npm latest and git 1.7 or later (earlier versions might work OK, but are not tested).

For Windows you have to download and install git and Node.js.

Mac OS users should install Homebrew. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source if you swing that way. Easy-peasy.

How to build Sizzle

Clone a copy of the main Sizzle git repo by running:

git clone git://github.com/jquery/sizzle.git

In the sizzle/dist folder you will find build version of sizzle along with the minified copy and associated map file.

Testing

  • Run npm install, it's also preferable (but not necessarily) to globally install grunt-cli package – npm install -g grunt-cli
  • Open test/index.html in the browser. Or run npm test/grunt test on the command line, if environment variables BROWSER_STACK_USERNAME and BROWSER_STACK_ACCESS_KEY are set up, it will attempt to use Browserstack service (you will need to install java on your machine so browserstack could connect to your local server), otherwise PhantomJS will be used.
  • The actual unit tests are in the test/unit directory.

Developing with grunt

  • npm run build or grunt will lint, build, test, and compare the sizes of the built files.
  • npm start or grunt start can be run to re-lint, re-build, and re-test files as you change them.
  • grunt -help will show other available commands.

Core symbols most depended-on inside this repo

t
called by 390
test/data/testinit.js
Sizzle
called by 123
src/sizzle.js
jQuery
called by 85
external/jquery/jquery.js
jQuery
called by 60
external/jquery-1.7.2/jquery.js
jQuery
called by 57
external/jquery-1.8.3/jquery.js
q
called by 52
test/data/testinit.js
fn
called by 34
external/requirejs/require.js
broken
called by 31
test/unit/selector.js

Shape

Function 712

Languages

TypeScript100%

Modules by API surface

external/dojo/dojo.js209 symbols
external/qunit/qunit.js82 symbols
external/jquery/jquery.js80 symbols
external/jquery-1.8.3/jquery.js72 symbols
external/jquery-1.7.2/jquery.js55 symbols
external/benchmark/benchmark.js55 symbols
external/requirejs/require.js35 symbols
src/sizzle.js27 symbols
external/nwmatcher/nwmatcher.js23 symbols
speed/speed.js19 symbols
external/sizzle-old/sizzle.js19 symbols
external/qwery/qwery.js12 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

benchmark2.1.4 · 1×
commitplease2.7.10 · 1×
eslint-config-jquery2.0.0 · 1×
grunt1.5.3 · 1×
grunt-cli1.4.3 · 1×
grunt-compare-size0.4.2 · 1×
grunt-contrib-qunit2.0.0 · 1×
grunt-contrib-uglify3.0.1 · 1×
grunt-eslint21.0.0 · 1×
grunt-git-authors3.2.0 · 1×
grunt-jsonlint1.1.0 · 1×

For agents

$ claude mcp add sizzle \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact