mol_view_tree2_lib 1.0.1

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/package.json ADDED
@@ -0,0 +1,152 @@
1
+ {
2
+ "name": "mol_view_tree2_lib",
3
+ "version": "1.0.1",
4
+ "exports": {
5
+ "node": {
6
+ "import": "./node.mjs",
7
+ "default": "./node.js"
8
+ },
9
+ "types": "./web.d.ts",
10
+ "import": "./web.mjs",
11
+ "default": "./web.js"
12
+ },
13
+ "main": "./web.js",
14
+ "module": "./web.mjs",
15
+ "browser": "./web.js",
16
+ "types": "./web.d.ts",
17
+ "keywords": [
18
+ "$mol_view_tree2_lib",
19
+ "$mol_view_tree2",
20
+ "$mol_view",
21
+ "$mol",
22
+ "$mol_tree2",
23
+ "$mol_span",
24
+ "$mol_object2",
25
+ "$mol_ambient",
26
+ "$mol_owning",
27
+ "$mol_delegate",
28
+ "$mol_fail_hidden",
29
+ "$mol_fail",
30
+ "$mol_type_writable",
31
+ "$mol_type",
32
+ "$mol_func_name",
33
+ "$mol_func",
34
+ "$mol_tree2_from_string",
35
+ "$mol_tree2_from",
36
+ "$mol_error_syntax",
37
+ "$mol_error",
38
+ "$mol_tree2_to_string",
39
+ "$mol_tree2_to",
40
+ "$mol_maybe",
41
+ "$mol_view_tree2_class",
42
+ "$mol_view_tree2_prop",
43
+ "$mol_regexp",
44
+ "$mol_type_merge",
45
+ "$mol_type_equals",
46
+ "$mol_type_intersect",
47
+ "$mol_type_override",
48
+ "$mol_unicode",
49
+ "$mol_tree2_lib",
50
+ "$mol_tree2_from_json",
51
+ "$mol_tree2_js_to_text",
52
+ "$mol_tree2_js_to",
53
+ "$mol_tree2_js",
54
+ "$mol_tree2_js_is_number",
55
+ "$mol_tree2_js_is",
56
+ "$mol_tree2_span_imprint",
57
+ "$mol_tree2_span",
58
+ "$mol_tree2_span_reuse",
59
+ "$mol_tree2_text_to_string",
60
+ "$mol_tree2_text_to",
61
+ "$mol_tree2_text",
62
+ "$mol_tree2_text_to_string_mapped",
63
+ "$mol_tree2_text_to_sourcemap",
64
+ "$mol_vlq",
65
+ "$mol_sourcemap",
66
+ "$mol_sourcemap_dataurl",
67
+ "$mol_sourcemap_url",
68
+ "$mol_tree2_text_to_sourcemap_vis",
69
+ "$mol_guard",
70
+ "$mol_tree2_to_json",
71
+ "$mol_tree2_to_stream",
72
+ "$mol_tree2_xml_from_dom",
73
+ "$mol_tree2_xml_from",
74
+ "$mol_tree2_xml",
75
+ "$mol_tree2_xml_to_text",
76
+ "$mol_tree2_xml_to",
77
+ "$mol_html_encode",
78
+ "$mol_html",
79
+ "$mol_view_tree2_to_dts",
80
+ "$mol_view_tree2_to",
81
+ "$mol_type_enforce",
82
+ "$mol_view_tree2_to_js",
83
+ "$mol_locale",
84
+ "$mol_object",
85
+ "$mol_mem",
86
+ "$mol_wire_solo",
87
+ "$mol_wire",
88
+ "$mol_wire_sub",
89
+ "$mol_wire_pub",
90
+ "$mol_guid",
91
+ "$mol_wire_cursor",
92
+ "$mol_wire_atom",
93
+ "$mol_wire_fiber",
94
+ "$mol_wire_pub_sub",
95
+ "$mol_dev_format",
96
+ "$mol_dev",
97
+ "$mol_after_tick",
98
+ "$mol_after",
99
+ "$mol_promise_like",
100
+ "$mol_promise",
101
+ "$mol_key",
102
+ "$mol_after_frame",
103
+ "$mol_after_timeout",
104
+ "$mol_wire_method",
105
+ "$mol_wire_task",
106
+ "$mol_compare_deep",
107
+ "$mol_compare",
108
+ "$mol_log3",
109
+ "$mol_term_color",
110
+ "$mol_term",
111
+ "$mol_type_foot",
112
+ "$mol_type_tail",
113
+ "$mol_fail_log",
114
+ "$mol_fail_catch",
115
+ "$mol_try",
116
+ "$mol_wire_plex",
117
+ "$mol_state_local",
118
+ "$mol_state",
119
+ "$mol_dom_context",
120
+ "$mol_dom",
121
+ "$node",
122
+ "$mol_exec",
123
+ "$mol_run",
124
+ "$mol_error_mix",
125
+ "$mol_env",
126
+ "$mol_wire_sync",
127
+ "$mol_storage",
128
+ "$mol_mem_persist",
129
+ "$mol_wire_solid",
130
+ "$mol_mem_cached",
131
+ "$mol_wire_probe",
132
+ "$mol_file",
133
+ "$mol_file_base",
134
+ "$mol_const",
135
+ "$mol_action",
136
+ "$mol_wire_async",
137
+ "$mol_lock",
138
+ "$mol_compare_array",
139
+ "$mol_charset_decode",
140
+ "$mol_charset",
141
+ "$mol_charset_encoding",
142
+ "$mol_charset_encode",
143
+ "$mol_file_transaction",
144
+ "$node_modules",
145
+ "$mol_view_tree2_to_js_test",
146
+ "$mol_view_tree2_to_locale",
147
+ "$mol_view_tree2_to_text"
148
+ ],
149
+ "dependencies": {
150
+ "jsdom": "*"
151
+ }
152
+ }
package/test.html ADDED
@@ -0,0 +1,11 @@
1
+ <!doctype html><meta charset="utf-8" /><html mol_view_root><body mol_view_root="$mol_view_tree2_lib"><script src="web.js" charset="utf-8"></script>
2
+ <script src="/mol/build/client/client.js" charset="utf-8"></script>
3
+ <script src="web.test.js" charset="utf-8"></script>
4
+ <script>
5
+ addEventListener( 'load', ()=> setTimeout( ()=> {
6
+ const audit = document.createElement( 'script' )
7
+ audit.src = 'web.audit.js'
8
+ document.head.appendChild( audit )
9
+ }, 500 ) )
10
+ </script>
11
+
package/web.audit.js ADDED
@@ -0,0 +1,2 @@
1
+ console.info( `%cplace: $mol_build
2
+ message: Audit passed`, 'color:forestgreen; font-weight:bolder' )
package/web.css ADDED
@@ -0,0 +1 @@
1
+ /* CSS compiles into js bundle now! */
package/web.css.map ADDED
@@ -0,0 +1 @@
1
+ "/* CSS compiles into js bundle now! */"