Enable jqhtml data caching with automatic ES6 class registration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-07 18:24:12 +00:00
parent c4a338fe7c
commit 12e676f317
54 changed files with 3187 additions and 1007 deletions

0
node_modules/nwsapi/src/modules/nwsapi-jquery.js generated vendored Executable file → Normal file
View File

0
node_modules/nwsapi/src/modules/nwsapi-traversal.js generated vendored Executable file → Normal file
View File

8
node_modules/nwsapi/src/nwsapi.js generated vendored
View File

@@ -5,9 +5,9 @@
* nwsapi.js - Fast CSS Selectors API Engine
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 2.2.22
* Version: 2.2.23
* Created: 20070722
* Release: 20250901
* Release: 20251205
*
* License:
* https://javascript.nwbox.com/nwsapi/MIT-LICENSE
@@ -30,7 +30,7 @@
})(this, function Factory(global, Export) {
var version = 'nwsapi-2.2.22',
var version = 'nwsapi-2.2.23',
doc = global.document,
root = doc.documentElement,
@@ -1590,7 +1590,7 @@
}
// normalize input string
parsed = selectors.
parsed = unescape(selectors).
replace(/\x00|\\$/g, '\ufffd').
replace(REX.CombineWSP, '\x20').
replace(REX.PseudosWSP, '$1').