mol_jsx_lib 0.0.838 → 0.0.839
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 +196 -194
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +1448 -1443
- package/node.js.map +1 -1
- package/node.mjs +1448 -1443
- package/node.test.js +1856 -1851
- package/node.test.js.map +1 -1
- package/package.json +17 -17
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mol_jsx_lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.839",
|
|
4
4
|
"exports": {
|
|
5
5
|
"node": {
|
|
6
6
|
"import": "./node.mjs",
|
|
@@ -46,9 +46,24 @@
|
|
|
46
46
|
"$mol_term_color",
|
|
47
47
|
"$mol_term",
|
|
48
48
|
"$mol_env",
|
|
49
|
-
"$
|
|
49
|
+
"$mol_wire_sync",
|
|
50
|
+
"$mol_wire",
|
|
51
|
+
"$mol_wire_sub",
|
|
52
|
+
"$mol_wire_pub",
|
|
53
|
+
"$mol_wire_cursor",
|
|
54
|
+
"$mol_wire_task",
|
|
55
|
+
"$mol_wire_fiber",
|
|
56
|
+
"$mol_wire_pub_sub",
|
|
57
|
+
"$mol_dev_format",
|
|
58
|
+
"$mol_dev",
|
|
59
|
+
"$mol_after_frame",
|
|
60
|
+
"$mol_after",
|
|
61
|
+
"$mol_after_timeout",
|
|
50
62
|
"$mol_promise_like",
|
|
51
63
|
"$mol_promise",
|
|
64
|
+
"$mol_compare_deep",
|
|
65
|
+
"$mol_compare",
|
|
66
|
+
"$mol_fail_log",
|
|
52
67
|
"$mol_fail_catch",
|
|
53
68
|
"$mol_dom_render_children",
|
|
54
69
|
"$mol_dom_render",
|
|
@@ -57,25 +72,11 @@
|
|
|
57
72
|
"$mol_jsx_attach",
|
|
58
73
|
"$mol_jsx_view",
|
|
59
74
|
"$mol_wire_field",
|
|
60
|
-
"$mol_wire",
|
|
61
|
-
"$mol_wire_sub",
|
|
62
|
-
"$mol_wire_pub",
|
|
63
|
-
"$mol_wire_cursor",
|
|
64
75
|
"$mol_const",
|
|
65
|
-
"$mol_dev_format",
|
|
66
|
-
"$mol_dev",
|
|
67
76
|
"$mol_wire_atom",
|
|
68
|
-
"$mol_wire_fiber",
|
|
69
|
-
"$mol_wire_pub_sub",
|
|
70
|
-
"$mol_after_frame",
|
|
71
|
-
"$mol_after",
|
|
72
|
-
"$mol_after_timeout",
|
|
73
77
|
"$mol_key",
|
|
74
78
|
"$mol_guid",
|
|
75
79
|
"$mol_wire_method",
|
|
76
|
-
"$mol_wire_task",
|
|
77
|
-
"$mol_compare_deep",
|
|
78
|
-
"$mol_compare",
|
|
79
80
|
"$mol_type_foot",
|
|
80
81
|
"$mol_type_tail",
|
|
81
82
|
"$mol_mem",
|
|
@@ -85,7 +86,6 @@
|
|
|
85
86
|
"$mol_wire_probe",
|
|
86
87
|
"$mol_wire_solid",
|
|
87
88
|
"$mol_wire_watch",
|
|
88
|
-
"$mol_wire_sync",
|
|
89
89
|
"$mol_wire_async",
|
|
90
90
|
"$mol_wire_race",
|
|
91
91
|
"$mol_wire_easing",
|
package/web.js
CHANGED
|
@@ -1011,7 +1011,7 @@ var $;
|
|
|
1011
1011
|
destructor: result['destructor'] ?? (() => { })
|
|
1012
1012
|
});
|
|
1013
1013
|
handled.add(result);
|
|
1014
|
-
const error = new Error();
|
|
1014
|
+
const error = new Error(`Promise in ${this}`);
|
|
1015
1015
|
Object.defineProperty(result, 'stack', { get: () => error.stack });
|
|
1016
1016
|
}
|
|
1017
1017
|
if (!$mol_promise_like(result)) {
|