mol_mutable 0.0.1159 → 0.0.1161
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
|
@@ -466,6 +466,14 @@ var $;
|
|
|
466
466
|
;
|
|
467
467
|
"use strict";
|
|
468
468
|
|
|
469
|
+
;
|
|
470
|
+
"use strict";
|
|
471
|
+
var $;
|
|
472
|
+
(function ($) {
|
|
473
|
+
$.$mol_key_handle = Symbol.for('$mol_key_handle');
|
|
474
|
+
$.$mol_key_store = new WeakMap();
|
|
475
|
+
})($ || ($ = {}));
|
|
476
|
+
|
|
469
477
|
;
|
|
470
478
|
"use strict";
|
|
471
479
|
var $;
|
|
@@ -502,6 +510,9 @@ var $;
|
|
|
502
510
|
static toJSON() {
|
|
503
511
|
return this.toString();
|
|
504
512
|
}
|
|
513
|
+
static [$mol_key_handle]() {
|
|
514
|
+
return this.toString();
|
|
515
|
+
}
|
|
505
516
|
destructor() { }
|
|
506
517
|
static destructor() { }
|
|
507
518
|
[Symbol.dispose]() {
|