mol_conform 0.0.203 → 0.0.205
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
|
@@ -534,6 +534,14 @@ var $;
|
|
|
534
534
|
;
|
|
535
535
|
"use strict";
|
|
536
536
|
|
|
537
|
+
;
|
|
538
|
+
"use strict";
|
|
539
|
+
var $;
|
|
540
|
+
(function ($) {
|
|
541
|
+
$.$mol_key_handle = Symbol.for('$mol_key_handle');
|
|
542
|
+
$.$mol_key_store = new WeakMap();
|
|
543
|
+
})($ || ($ = {}));
|
|
544
|
+
|
|
537
545
|
;
|
|
538
546
|
"use strict";
|
|
539
547
|
var $;
|
|
@@ -570,6 +578,9 @@ var $;
|
|
|
570
578
|
static toJSON() {
|
|
571
579
|
return this.toString();
|
|
572
580
|
}
|
|
581
|
+
static [$mol_key_handle]() {
|
|
582
|
+
return this.toString();
|
|
583
|
+
}
|
|
573
584
|
destructor() { }
|
|
574
585
|
static destructor() { }
|
|
575
586
|
[Symbol.dispose]() {
|