code wiki / jq
topic: jq
5 modules sharing the jq name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_jq_locate.nx | find the EXACT construct where our parser rejects minified jQuery. Fetches jquery.min.js, | 38 | 3 |
| nx_jq_realpage.nx | prove real minified jQuery 3.7.1 SELECTS + EXTRACTS over a REAL fetched page's DOM | 132 | 7 |
| nx_jq_run.nx | run REAL minified jQuery with the surrogate preamble + js_rt_dbg ON, so every runtime error | 82 | 4 |
| nx_jq_test.nx | THE decisive VM-compat probe: does nx_js_vm run REAL minified jQuery 3.7.1 to completion? | 42 | 3 |
| nx_jq_tree.nx | run real minified jQuery in DOM_TREE mode (production-realistic): wrap surrogate-preamble + | 111 | 6 |