mam 1.11.129 → 1.11.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +8 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -6706,6 +6706,13 @@ var $;
|
|
|
6706
6706
|
});
|
|
6707
6707
|
})($ || ($ = {}));
|
|
6708
6708
|
|
|
6709
|
+
;
|
|
6710
|
+
"use strict";
|
|
6711
|
+
var $;
|
|
6712
|
+
(function ($_1) {
|
|
6713
|
+
$mol_test_mocks.push($ => $.$mol_fail_log = () => false);
|
|
6714
|
+
})($ || ($ = {}));
|
|
6715
|
+
|
|
6709
6716
|
;
|
|
6710
6717
|
"use strict";
|
|
6711
6718
|
var $;
|
|
@@ -11134,7 +11141,7 @@ var $;
|
|
|
11134
11141
|
}
|
|
11135
11142
|
}
|
|
11136
11143
|
dom_id() {
|
|
11137
|
-
return this.toString().replace(/</g, '(').replace(/>/g, ')');
|
|
11144
|
+
return this.toString().replace(/</g, '(').replace(/>/g, ')').replaceAll(/"/g, "'");
|
|
11138
11145
|
}
|
|
11139
11146
|
dom_node_external(next) {
|
|
11140
11147
|
const node = next ?? $mol_dom_context.document.createElementNS(this.dom_name_space(), this.dom_name());
|