mol_db 0.0.572 → 0.0.573
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 +65 -65
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +53 -53
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -1069,24 +1069,6 @@ var $;
|
|
|
1069
1069
|
//mol/log3/log3.test.ts
|
|
1070
1070
|
;
|
|
1071
1071
|
"use strict";
|
|
1072
|
-
//mol/type/error/error.ts
|
|
1073
|
-
;
|
|
1074
|
-
"use strict";
|
|
1075
|
-
//mol/type/assert/assert.ts
|
|
1076
|
-
;
|
|
1077
|
-
"use strict";
|
|
1078
|
-
//mol/type/assert/assert.test.ts
|
|
1079
|
-
;
|
|
1080
|
-
"use strict";
|
|
1081
|
-
//mol/type/equals/equals.ts
|
|
1082
|
-
;
|
|
1083
|
-
"use strict";
|
|
1084
|
-
//mol/type/equals/equals.test.ts
|
|
1085
|
-
;
|
|
1086
|
-
"use strict";
|
|
1087
|
-
//mol/type/writable/writable.test.ts
|
|
1088
|
-
;
|
|
1089
|
-
"use strict";
|
|
1090
1072
|
var $;
|
|
1091
1073
|
(function ($) {
|
|
1092
1074
|
function $mol_dom_render_children(el, childNodes) {
|
|
@@ -1142,12 +1124,27 @@ var $;
|
|
|
1142
1124
|
//mol/dom/render/children/children.ts
|
|
1143
1125
|
;
|
|
1144
1126
|
"use strict";
|
|
1145
|
-
//mol/type/
|
|
1127
|
+
//mol/type/error/error.ts
|
|
1128
|
+
;
|
|
1129
|
+
"use strict";
|
|
1130
|
+
//mol/type/assert/assert.test.ts
|
|
1131
|
+
;
|
|
1132
|
+
"use strict";
|
|
1133
|
+
//mol/type/assert/assert.ts
|
|
1134
|
+
;
|
|
1135
|
+
"use strict";
|
|
1136
|
+
//mol/type/equals/equals.test.ts
|
|
1137
|
+
;
|
|
1138
|
+
"use strict";
|
|
1139
|
+
//mol/type/equals/equals.ts
|
|
1146
1140
|
;
|
|
1147
1141
|
"use strict";
|
|
1148
1142
|
//mol/type/partial/deep/deep.test.ts
|
|
1149
1143
|
;
|
|
1150
1144
|
"use strict";
|
|
1145
|
+
//mol/type/partial/deep/deep.ts
|
|
1146
|
+
;
|
|
1147
|
+
"use strict";
|
|
1151
1148
|
var $;
|
|
1152
1149
|
(function ($) {
|
|
1153
1150
|
$mol_test({
|
|
@@ -1592,6 +1589,38 @@ var $;
|
|
|
1592
1589
|
;
|
|
1593
1590
|
"use strict";
|
|
1594
1591
|
var $;
|
|
1592
|
+
(function ($) {
|
|
1593
|
+
$mol_test({
|
|
1594
|
+
'must be false'() {
|
|
1595
|
+
$mol_assert_not(0);
|
|
1596
|
+
},
|
|
1597
|
+
'must be true'() {
|
|
1598
|
+
$mol_assert_ok(1);
|
|
1599
|
+
},
|
|
1600
|
+
'two must be equal'() {
|
|
1601
|
+
$mol_assert_equal(2, 2);
|
|
1602
|
+
},
|
|
1603
|
+
'three must be equal'() {
|
|
1604
|
+
$mol_assert_equal(2, 2, 2);
|
|
1605
|
+
},
|
|
1606
|
+
'two must be unique'() {
|
|
1607
|
+
$mol_assert_unique([3], [3]);
|
|
1608
|
+
},
|
|
1609
|
+
'three must be unique'() {
|
|
1610
|
+
$mol_assert_unique([3], [3], [3]);
|
|
1611
|
+
},
|
|
1612
|
+
'two must be alike'() {
|
|
1613
|
+
$mol_assert_like([3], [3]);
|
|
1614
|
+
},
|
|
1615
|
+
'three must be alike'() {
|
|
1616
|
+
$mol_assert_like([3], [3], [3]);
|
|
1617
|
+
},
|
|
1618
|
+
});
|
|
1619
|
+
})($ || ($ = {}));
|
|
1620
|
+
//mol/assert/assert.test.ts
|
|
1621
|
+
;
|
|
1622
|
+
"use strict";
|
|
1623
|
+
var $;
|
|
1595
1624
|
(function ($) {
|
|
1596
1625
|
function $mol_assert_ok(value) {
|
|
1597
1626
|
if (value)
|
|
@@ -1686,38 +1715,6 @@ var $;
|
|
|
1686
1715
|
;
|
|
1687
1716
|
"use strict";
|
|
1688
1717
|
var $;
|
|
1689
|
-
(function ($) {
|
|
1690
|
-
$mol_test({
|
|
1691
|
-
'must be false'() {
|
|
1692
|
-
$mol_assert_not(0);
|
|
1693
|
-
},
|
|
1694
|
-
'must be true'() {
|
|
1695
|
-
$mol_assert_ok(1);
|
|
1696
|
-
},
|
|
1697
|
-
'two must be equal'() {
|
|
1698
|
-
$mol_assert_equal(2, 2);
|
|
1699
|
-
},
|
|
1700
|
-
'three must be equal'() {
|
|
1701
|
-
$mol_assert_equal(2, 2, 2);
|
|
1702
|
-
},
|
|
1703
|
-
'two must be unique'() {
|
|
1704
|
-
$mol_assert_unique([3], [3]);
|
|
1705
|
-
},
|
|
1706
|
-
'three must be unique'() {
|
|
1707
|
-
$mol_assert_unique([3], [3], [3]);
|
|
1708
|
-
},
|
|
1709
|
-
'two must be alike'() {
|
|
1710
|
-
$mol_assert_like([3], [3]);
|
|
1711
|
-
},
|
|
1712
|
-
'three must be alike'() {
|
|
1713
|
-
$mol_assert_like([3], [3], [3]);
|
|
1714
|
-
},
|
|
1715
|
-
});
|
|
1716
|
-
})($ || ($ = {}));
|
|
1717
|
-
//mol/assert/assert.test.ts
|
|
1718
|
-
;
|
|
1719
|
-
"use strict";
|
|
1720
|
-
var $;
|
|
1721
1718
|
(function ($) {
|
|
1722
1719
|
$mol_test({
|
|
1723
1720
|
'get'() {
|
|
@@ -1780,6 +1777,23 @@ var $;
|
|
|
1780
1777
|
//mol/delegate/delegate.test.ts
|
|
1781
1778
|
;
|
|
1782
1779
|
"use strict";
|
|
1780
|
+
//mol/type/writable/writable.test.ts
|
|
1781
|
+
;
|
|
1782
|
+
"use strict";
|
|
1783
|
+
var $;
|
|
1784
|
+
(function ($_1) {
|
|
1785
|
+
$mol_test({
|
|
1786
|
+
'FQN of anon function'($) {
|
|
1787
|
+
const $$ = Object.assign($, { $mol_func_name_test: (() => () => { })() });
|
|
1788
|
+
$mol_assert_equal($$.$mol_func_name_test.name, '');
|
|
1789
|
+
$mol_assert_equal($$.$mol_func_name($$.$mol_func_name_test), '$mol_func_name_test');
|
|
1790
|
+
$mol_assert_equal($$.$mol_func_name_test.name, '$mol_func_name_test');
|
|
1791
|
+
},
|
|
1792
|
+
});
|
|
1793
|
+
})($ || ($ = {}));
|
|
1794
|
+
//mol/func/name/name.test.ts
|
|
1795
|
+
;
|
|
1796
|
+
"use strict";
|
|
1783
1797
|
var $;
|
|
1784
1798
|
(function ($) {
|
|
1785
1799
|
const named = new WeakSet();
|
|
@@ -1813,20 +1827,6 @@ var $;
|
|
|
1813
1827
|
;
|
|
1814
1828
|
"use strict";
|
|
1815
1829
|
var $;
|
|
1816
|
-
(function ($_1) {
|
|
1817
|
-
$mol_test({
|
|
1818
|
-
'FQN of anon function'($) {
|
|
1819
|
-
const $$ = Object.assign($, { $mol_func_name_test: (() => () => { })() });
|
|
1820
|
-
$mol_assert_equal($$.$mol_func_name_test.name, '');
|
|
1821
|
-
$mol_assert_equal($$.$mol_func_name($$.$mol_func_name_test), '$mol_func_name_test');
|
|
1822
|
-
$mol_assert_equal($$.$mol_func_name_test.name, '$mol_func_name_test');
|
|
1823
|
-
},
|
|
1824
|
-
});
|
|
1825
|
-
})($ || ($ = {}));
|
|
1826
|
-
//mol/func/name/name.test.ts
|
|
1827
|
-
;
|
|
1828
|
-
"use strict";
|
|
1829
|
-
var $;
|
|
1830
1830
|
(function ($_1) {
|
|
1831
1831
|
$mol_test({
|
|
1832
1832
|
'tree parsing'() {
|