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:
8
node_modules/nwsapi/src/nwsapi.js
generated
vendored
8
node_modules/nwsapi/src/nwsapi.js
generated
vendored
@@ -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').
|
||||
|
||||
Reference in New Issue
Block a user