mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-03 05:54:15 +02:00
Fix plugins
This commit is contained in:
@@ -6116,10 +6116,11 @@ Tr.__DOMHandler = Dr;
|
||||
Tr.normalizeLineEndings = Rt;
|
||||
Tr.DOMParser = _t;
|
||||
var Cu = Tr.DOMParser;
|
||||
function yu(t, u) {
|
||||
const n = new Cu().parseFromString(u, "text/xml");
|
||||
return { filtered: `${Qt.select(t, n)}` };
|
||||
function yu(t, u, n) {
|
||||
const s = new Cu().parseFromString(n, "text/xml");
|
||||
return { filtered: `${Qt.select(u, s)}` };
|
||||
}
|
||||
export {
|
||||
yu as pluginHookResponseFilter
|
||||
};
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
|
||||
1
src-tauri/plugins/filter-xpath/index.mjs.map
Normal file
1
src-tauri/plugins/filter-xpath/index.mjs.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user