mol_db 0.0.570 → 0.0.572
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,6 +1069,24 @@ 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";
|
|
1072
1090
|
var $;
|
|
1073
1091
|
(function ($) {
|
|
1074
1092
|
function $mol_dom_render_children(el, childNodes) {
|
|
@@ -1124,27 +1142,12 @@ var $;
|
|
|
1124
1142
|
//mol/dom/render/children/children.ts
|
|
1125
1143
|
;
|
|
1126
1144
|
"use strict";
|
|
1127
|
-
//mol/type/
|
|
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
|
|
1145
|
+
//mol/type/partial/deep/deep.ts
|
|
1140
1146
|
;
|
|
1141
1147
|
"use strict";
|
|
1142
1148
|
//mol/type/partial/deep/deep.test.ts
|
|
1143
1149
|
;
|
|
1144
1150
|
"use strict";
|
|
1145
|
-
//mol/type/partial/deep/deep.ts
|
|
1146
|
-
;
|
|
1147
|
-
"use strict";
|
|
1148
1151
|
var $;
|
|
1149
1152
|
(function ($) {
|
|
1150
1153
|
$mol_test({
|
|
@@ -1589,38 +1592,6 @@ var $;
|
|
|
1589
1592
|
;
|
|
1590
1593
|
"use strict";
|
|
1591
1594
|
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 $;
|
|
1624
1595
|
(function ($) {
|
|
1625
1596
|
function $mol_assert_ok(value) {
|
|
1626
1597
|
if (value)
|
|
@@ -1715,6 +1686,38 @@ var $;
|
|
|
1715
1686
|
;
|
|
1716
1687
|
"use strict";
|
|
1717
1688
|
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 $;
|
|
1718
1721
|
(function ($) {
|
|
1719
1722
|
$mol_test({
|
|
1720
1723
|
'get'() {
|
|
@@ -1777,23 +1780,6 @@ var $;
|
|
|
1777
1780
|
//mol/delegate/delegate.test.ts
|
|
1778
1781
|
;
|
|
1779
1782
|
"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";
|
|
1797
1783
|
var $;
|
|
1798
1784
|
(function ($) {
|
|
1799
1785
|
const named = new WeakSet();
|
|
@@ -1827,6 +1813,20 @@ var $;
|
|
|
1827
1813
|
;
|
|
1828
1814
|
"use strict";
|
|
1829
1815
|
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'() {
|