mol_text_distance 0.0.1014 → 0.0.1016
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 +7 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +7 -0
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -2114,6 +2114,13 @@ var $;
|
|
|
2114
2114
|
$.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
|
|
2115
2115
|
})($ || ($ = {}));
|
|
2116
2116
|
|
|
2117
|
+
;
|
|
2118
|
+
"use strict";
|
|
2119
|
+
var $;
|
|
2120
|
+
(function ($) {
|
|
2121
|
+
$.$mol_dom = $mol_dom_context;
|
|
2122
|
+
})($ || ($ = {}));
|
|
2123
|
+
|
|
2117
2124
|
;
|
|
2118
2125
|
"use strict";
|
|
2119
2126
|
var $;
|