mol_compare_deep 0.0.1515 → 0.0.1516
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 +11 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -927,6 +927,14 @@ var $;
|
|
|
927
927
|
;
|
|
928
928
|
"use strict";
|
|
929
929
|
|
|
930
|
+
;
|
|
931
|
+
"use strict";
|
|
932
|
+
var $;
|
|
933
|
+
(function ($) {
|
|
934
|
+
$.$mol_key_handle = Symbol.for('$mol_key_handle');
|
|
935
|
+
$.$mol_key_store = new WeakMap();
|
|
936
|
+
})($ || ($ = {}));
|
|
937
|
+
|
|
930
938
|
;
|
|
931
939
|
"use strict";
|
|
932
940
|
var $;
|
|
@@ -963,6 +971,9 @@ var $;
|
|
|
963
971
|
static toJSON() {
|
|
964
972
|
return this.toString();
|
|
965
973
|
}
|
|
974
|
+
static [$mol_key_handle]() {
|
|
975
|
+
return this.toString();
|
|
976
|
+
}
|
|
966
977
|
destructor() { }
|
|
967
978
|
static destructor() { }
|
|
968
979
|
[Symbol.dispose]() {
|