mol_jsx_lib 0.0.1112 → 0.0.1114
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.d.ts +4 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +7 -0
- package/node.js.map +1 -1
- package/node.mjs +7 -0
- package/node.test.js +7 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +4 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +7 -0
- package/web.js.map +1 -1
- package/web.mjs +7 -0
package/node.mjs
CHANGED
|
@@ -1924,6 +1924,13 @@ var $;
|
|
|
1924
1924
|
$.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
|
|
1925
1925
|
})($ || ($ = {}));
|
|
1926
1926
|
|
|
1927
|
+
;
|
|
1928
|
+
"use strict";
|
|
1929
|
+
var $;
|
|
1930
|
+
(function ($) {
|
|
1931
|
+
$.$mol_dom = $mol_dom_context;
|
|
1932
|
+
})($ || ($ = {}));
|
|
1933
|
+
|
|
1927
1934
|
;
|
|
1928
1935
|
"use strict";
|
|
1929
1936
|
var $;
|
package/node.test.js
CHANGED
|
@@ -1915,6 +1915,13 @@ var $;
|
|
|
1915
1915
|
$.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
|
|
1916
1916
|
})($ || ($ = {}));
|
|
1917
1917
|
|
|
1918
|
+
;
|
|
1919
|
+
"use strict";
|
|
1920
|
+
var $;
|
|
1921
|
+
(function ($) {
|
|
1922
|
+
$.$mol_dom = $mol_dom_context;
|
|
1923
|
+
})($ || ($ = {}));
|
|
1924
|
+
|
|
1918
1925
|
;
|
|
1919
1926
|
"use strict";
|
|
1920
1927
|
var $;
|