|
2204 | 2204 | }).then(function () { |
2205 | 2205 | tressa.log('## hyper.Component'); |
2206 | 2206 |
|
2207 | | - var Button = |
2208 | | - /*#__PURE__*/ |
2209 | | - function (_hyperHTML$Component) { |
| 2207 | + var Button = /*#__PURE__*/function (_hyperHTML$Component) { |
2210 | 2208 | _inherits(Button, _hyperHTML$Component); |
2211 | 2209 |
|
2212 | 2210 | function Button() { |
|
2225 | 2223 | return Button; |
2226 | 2224 | }(hyperHTML.Component); |
2227 | 2225 |
|
2228 | | - var Rect = |
2229 | | - /*#__PURE__*/ |
2230 | | - function (_hyperHTML$Component2) { |
| 2226 | + var Rect = /*#__PURE__*/function (_hyperHTML$Component2) { |
2231 | 2227 | _inherits(Rect, _hyperHTML$Component2); |
2232 | 2228 |
|
2233 | 2229 | function Rect(state) { |
|
2252 | 2248 | return Rect; |
2253 | 2249 | }(hyperHTML.Component); |
2254 | 2250 |
|
2255 | | - var Paragraph = |
2256 | | - /*#__PURE__*/ |
2257 | | - function (_hyperHTML$Component3) { |
| 2251 | + var Paragraph = /*#__PURE__*/function (_hyperHTML$Component3) { |
2258 | 2252 | _inherits(Paragraph, _hyperHTML$Component3); |
2259 | 2253 |
|
2260 | 2254 | function Paragraph(state) { |
|
2311 | 2305 | return tressa.async(function (done) { |
2312 | 2306 | tressa.log('## Component method via data-call'); |
2313 | 2307 |
|
2314 | | - var Paragraph = |
2315 | | - /*#__PURE__*/ |
2316 | | - function (_hyperHTML$Component4) { |
| 2308 | + var Paragraph = /*#__PURE__*/function (_hyperHTML$Component4) { |
2317 | 2309 | _inherits(Paragraph, _hyperHTML$Component4); |
2318 | 2310 |
|
2319 | 2311 | function Paragraph() { |
|
2343 | 2335 | return Paragraph; |
2344 | 2336 | }(hyperHTML.Component); |
2345 | 2337 |
|
2346 | | - var GlobalEvent = |
2347 | | - /*#__PURE__*/ |
2348 | | - function (_hyperHTML$Component5) { |
| 2338 | + var GlobalEvent = /*#__PURE__*/function (_hyperHTML$Component5) { |
2349 | 2339 | _inherits(GlobalEvent, _hyperHTML$Component5); |
2350 | 2340 |
|
2351 | 2341 | function GlobalEvent() { |
|
2428 | 2418 | }).then(function () { |
2429 | 2419 | tressa.log('## hyper.Component state'); |
2430 | 2420 |
|
2431 | | - var DefaultState = |
2432 | | - /*#__PURE__*/ |
2433 | | - function (_hyperHTML$Component6) { |
| 2421 | + var DefaultState = /*#__PURE__*/function (_hyperHTML$Component6) { |
2434 | 2422 | _inherits(DefaultState, _hyperHTML$Component6); |
2435 | 2423 |
|
2436 | 2424 | function DefaultState() { |
|
2454 | 2442 | return DefaultState; |
2455 | 2443 | }(hyperHTML.Component); |
2456 | 2444 |
|
2457 | | - var State = |
2458 | | - /*#__PURE__*/ |
2459 | | - function (_hyperHTML$Component7) { |
| 2445 | + var State = /*#__PURE__*/function (_hyperHTML$Component7) { |
2460 | 2446 | _inherits(State, _hyperHTML$Component7); |
2461 | 2447 |
|
2462 | 2448 | function State() { |
|
2514 | 2500 | tressa.log('## Component connected/disconnected'); |
2515 | 2501 | var calls = 0; |
2516 | 2502 |
|
2517 | | - var Paragraph = |
2518 | | - /*#__PURE__*/ |
2519 | | - function (_hyperHTML$Component8) { |
| 2503 | + var Paragraph = /*#__PURE__*/function (_hyperHTML$Component8) { |
2520 | 2504 | _inherits(Paragraph, _hyperHTML$Component8); |
2521 | 2505 |
|
2522 | 2506 | function Paragraph() { |
|
2632 | 2616 | return tressa.async(function (done) { |
2633 | 2617 | tressa.log('## Nested Component connected/disconnected'); |
2634 | 2618 |
|
2635 | | - var GrandChild = |
2636 | | - /*#__PURE__*/ |
2637 | | - function (_hyperHTML$Component9) { |
| 2619 | + var GrandChild = /*#__PURE__*/function (_hyperHTML$Component9) { |
2638 | 2620 | _inherits(GrandChild, _hyperHTML$Component9); |
2639 | 2621 |
|
2640 | 2622 | function GrandChild() { |
|
2663 | 2645 | return GrandChild; |
2664 | 2646 | }(hyperHTML.Component); |
2665 | 2647 |
|
2666 | | - var Child = |
2667 | | - /*#__PURE__*/ |
2668 | | - function (_hyperHTML$Component10) { |
| 2648 | + var Child = /*#__PURE__*/function (_hyperHTML$Component10) { |
2669 | 2649 | _inherits(Child, _hyperHTML$Component10); |
2670 | 2650 |
|
2671 | 2651 | function Child() { |
|
2697 | 2677 | var connectedTimes = 0, |
2698 | 2678 | disconnectedTimes = 0; |
2699 | 2679 |
|
2700 | | - var Parent = |
2701 | | - /*#__PURE__*/ |
2702 | | - function (_hyperHTML$Component11) { |
| 2680 | + var Parent = /*#__PURE__*/function (_hyperHTML$Component11) { |
2703 | 2681 | _inherits(Parent, _hyperHTML$Component11); |
2704 | 2682 |
|
2705 | 2683 | function Parent() { |
|
2758 | 2736 | }).then(function () { |
2759 | 2737 | tressa.log('## Declarative Components'); |
2760 | 2738 |
|
2761 | | - var MenuSimple = |
2762 | | - /*#__PURE__*/ |
2763 | | - function (_hyperHTML$Component12) { |
| 2739 | + var MenuSimple = /*#__PURE__*/function (_hyperHTML$Component12) { |
2764 | 2740 | _inherits(MenuSimple, _hyperHTML$Component12); |
2765 | 2741 |
|
2766 | 2742 | function MenuSimple() { |
|
2783 | 2759 | return MenuSimple; |
2784 | 2760 | }(hyperHTML.Component); |
2785 | 2761 |
|
2786 | | - var MenuWeakMap = |
2787 | | - /*#__PURE__*/ |
2788 | | - function (_hyperHTML$Component13) { |
| 2762 | + var MenuWeakMap = /*#__PURE__*/function (_hyperHTML$Component13) { |
2789 | 2763 | _inherits(MenuWeakMap, _hyperHTML$Component13); |
2790 | 2764 |
|
2791 | 2765 | function MenuWeakMap() { |
|
2808 | 2782 | return MenuWeakMap; |
2809 | 2783 | }(hyperHTML.Component); |
2810 | 2784 |
|
2811 | | - var MenuItem = |
2812 | | - /*#__PURE__*/ |
2813 | | - function (_hyperHTML$Component14) { |
| 2785 | + var MenuItem = /*#__PURE__*/function (_hyperHTML$Component14) { |
2814 | 2786 | _inherits(MenuItem, _hyperHTML$Component14); |
2815 | 2787 |
|
2816 | 2788 | function MenuItem() { |
|
2865 | 2837 | }).then(function () { |
2866 | 2838 | tressa.log('## Component.dispatch'); |
2867 | 2839 |
|
2868 | | - var Pomponent = |
2869 | | - /*#__PURE__*/ |
2870 | | - function (_hyperHTML$Component15) { |
| 2840 | + var Pomponent = /*#__PURE__*/function (_hyperHTML$Component15) { |
2871 | 2841 | _inherits(Pomponent, _hyperHTML$Component15); |
2872 | 2842 |
|
2873 | 2843 | function Pomponent() { |
|
2891 | 2861 | return Pomponent; |
2892 | 2862 | }(hyperHTML.Component); |
2893 | 2863 |
|
2894 | | - var Solonent = |
2895 | | - /*#__PURE__*/ |
2896 | | - function (_hyperHTML$Component16) { |
| 2864 | + var Solonent = /*#__PURE__*/function (_hyperHTML$Component16) { |
2897 | 2865 | _inherits(Solonent, _hyperHTML$Component16); |
2898 | 2866 |
|
2899 | 2867 | function Solonent() { |
|
0 commit comments