mol_plot_all 1.2.242 → 1.2.245

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/web.test.js CHANGED
@@ -1677,33 +1677,6 @@ var $;
1677
1677
  ;
1678
1678
  "use strict";
1679
1679
  var $;
1680
- (function ($) {
1681
- $mol_test({
1682
- 'const returns stored value'() {
1683
- const foo = { bar: $mol_const(Math.random()) };
1684
- $mol_assert_equal(foo.bar(), foo.bar());
1685
- $mol_assert_equal(foo.bar(), foo.bar['()']);
1686
- },
1687
- });
1688
- })($ || ($ = {}));
1689
- //mol/const/const.test.ts
1690
- ;
1691
- "use strict";
1692
- var $;
1693
- (function ($_1) {
1694
- $mol_test({
1695
- 'FQN of anon function'($) {
1696
- const $$ = Object.assign($, { $mol_func_name_test: (() => () => { })() });
1697
- $mol_assert_equal($$.$mol_func_name_test.name, '');
1698
- $mol_assert_equal($$.$mol_func_name($$.$mol_func_name_test), '$mol_func_name_test');
1699
- $mol_assert_equal($$.$mol_func_name_test.name, '$mol_func_name_test');
1700
- },
1701
- });
1702
- })($ || ($ = {}));
1703
- //mol/func/name/name.test.ts
1704
- ;
1705
- "use strict";
1706
- var $;
1707
1680
  (function ($) {
1708
1681
  class $mol_wire_log extends $mol_object2 {
1709
1682
  static watch(task) {
@@ -1820,6 +1793,33 @@ var $;
1820
1793
  ;
1821
1794
  "use strict";
1822
1795
  var $;
1796
+ (function ($) {
1797
+ $mol_test({
1798
+ 'const returns stored value'() {
1799
+ const foo = { bar: $mol_const(Math.random()) };
1800
+ $mol_assert_equal(foo.bar(), foo.bar());
1801
+ $mol_assert_equal(foo.bar(), foo.bar['()']);
1802
+ },
1803
+ });
1804
+ })($ || ($ = {}));
1805
+ //mol/const/const.test.ts
1806
+ ;
1807
+ "use strict";
1808
+ var $;
1809
+ (function ($_1) {
1810
+ $mol_test({
1811
+ 'FQN of anon function'($) {
1812
+ const $$ = Object.assign($, { $mol_func_name_test: (() => () => { })() });
1813
+ $mol_assert_equal($$.$mol_func_name_test.name, '');
1814
+ $mol_assert_equal($$.$mol_func_name($$.$mol_func_name_test), '$mol_func_name_test');
1815
+ $mol_assert_equal($$.$mol_func_name_test.name, '$mol_func_name_test');
1816
+ },
1817
+ });
1818
+ })($ || ($ = {}));
1819
+ //mol/func/name/name.test.ts
1820
+ ;
1821
+ "use strict";
1822
+ var $;
1823
1823
  (function ($_1) {
1824
1824
  $mol_test({
1825
1825
  'id auto generation'($) {