@reactful/create 0.1.6 → 0.1.8
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/README.md +2 -2
 - package/index.js +4 -4
 - package/package.json +1 -1
 - package/templates/sampling/builds/about.html +2 -2
 - package/templates/sampling/builds/bundle.js +41 -41
 - package/templates/sampling/builds/bundle.ts +16 -16
 - package/templates/sampling/builds/clock.html +9 -10
 - package/templates/sampling/builds/counter.html +3 -3
 - package/templates/sampling/builds/forms/form.html +3 -3
 - package/templates/sampling/builds/forms/index.html +3 -3
 - package/templates/sampling/builds/hello.html +3 -3
 - package/templates/sampling/builds/htmlx.html +2 -2
 - package/templates/sampling/builds/index.html +2 -2
 - package/templates/sampling/builds/login.html +3 -3
 - package/templates/sampling/builds/profile/index.html +3 -3
 - package/templates/sampling/builds/quotes.html +2 -2
 - package/templates/sampling/builds/shared.js +5 -5
 - package/templates/sampling/builds/system.html +2 -2
 - package/templates/sampling/index.ts +1 -1
 
    
        package/README.md
    CHANGED
    
    
    
        package/index.js
    CHANGED
    
    | 
         @@ -10,12 +10,12 @@ import fs from 'fs' 
     | 
|
| 
       10 
10 
     | 
    
         
             
            const GREEN = '\x1b[32m'
         
     | 
| 
       11 
11 
     | 
    
         
             
            const RESET = '\x1b[0m'
         
     | 
| 
       12 
12 
     | 
    
         
             
            const prefix = `${GREEN}+${RESET}`
         
     | 
| 
       13 
     | 
    
         
            -
            const line = ' 
     | 
| 
       14 
     | 
    
         
            -
            const decor = '-'.repeat( 
     | 
| 
      
 13 
     | 
    
         
            +
            const line = '─'.repeat(51)
         
     | 
| 
      
 14 
     | 
    
         
            +
            const decor = '-'.repeat(18)
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            console.log(line)
         
     | 
| 
      
 16 
     | 
    
         
            +
            // console.log(line)
         
     | 
| 
       17 
17 
     | 
    
         
             
            console.log(`${decor}( ${GREEN}reactful${RESET}.js )${decor}`)
         
     | 
| 
       18 
     | 
    
         
            -
            console.log(line)
         
     | 
| 
      
 18 
     | 
    
         
            +
            // console.log(line)
         
     | 
| 
       19 
19 
     | 
    
         | 
| 
       20 
20 
     | 
    
         
             
            const templates = ['empty', 'minimal', 'sampling']
         
     | 
| 
       21 
21 
     | 
    
         
             
            const questions = [{
         
     | 
    
        package/package.json
    CHANGED
    
    
| 
         @@ -11,8 +11,8 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
                  <title>About</title>
         
     | 
| 
       12 
12 
     | 
    
         
             
                  <meta name='title' content='About' />
         
     | 
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='About page' />
         
     | 
| 
       14 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       15 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 14 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 15 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       16 
16 
     | 
    
         
             
               <body>
         
     | 
| 
       17 
17 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       18 
18 
     | 
    
         
             
                     <h1>About</h1>
         
     | 
| 
         @@ -12588,7 +12588,7 @@ var init_npm2 = __esm(() => { 
     | 
|
| 
       12588 
12588 
     | 
    
         
             
              init_environment();
         
     | 
| 
       12589 
12589 
     | 
    
         
             
            });
         
     | 
| 
       12590 
12590 
     | 
    
         | 
| 
       12591 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12591 
     | 
    
         
            +
            // node_modules/@reactful/exte
         
     | 
| 
       12592 
12592 
     | 
    
         
             
            var exports_client = {};
         
     | 
| 
       12593 
12593 
     | 
    
         
             
            var init_client = __esm(() => {
         
     | 
| 
       12594 
12594 
     | 
    
         
             
            });
         
     | 
| 
         @@ -12770,7 +12770,7 @@ var init_src = __esm(() => { 
     | 
|
| 
       12770 
12770 
     | 
    
         
             
              init_hook();
         
     | 
| 
       12771 
12771 
     | 
    
         
             
            });
         
     | 
| 
       12772 
12772 
     | 
    
         | 
| 
       12773 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12773 
     | 
    
         
            +
            // node_modules/@reactful/extens
         
     | 
| 
       12774 
12774 
     | 
    
         
             
            var exports_counter = {};
         
     | 
| 
       12775 
12775 
     | 
    
         
             
            __export(exports_counter, {
         
     | 
| 
       12776 
12776 
     | 
    
         
             
              default: () => {
         
     | 
| 
         @@ -12802,17 +12802,17 @@ var init_counter = __esm(() => { 
     | 
|
| 
       12802 
12802 
     | 
    
         
             
                }, "COUNTED: ", import_react3.default.createElement("b", null, props.count || 0));
         
     | 
| 
       12803 
12803 
     | 
    
         
             
              });
         
     | 
| 
       12804 
12804 
     | 
    
         
             
              default$2["metadata"] ||= {};
         
     | 
| 
       12805 
     | 
    
         
            -
              default$2["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12805 
     | 
    
         
            +
              default$2["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx";
         
     | 
| 
       12806 
12806 
     | 
    
         
             
              counter_default = default$2;
         
     | 
| 
       12807 
12807 
     | 
    
         
             
              CountButton["metadata"] ||= {};
         
     | 
| 
       12808 
     | 
    
         
            -
              CountButton["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12808 
     | 
    
         
            +
              CountButton["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx";
         
     | 
| 
       12809 
12809 
     | 
    
         
             
            });
         
     | 
| 
       12810 
12810 
     | 
    
         | 
| 
       12811 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12811 
     | 
    
         
            +
            // node_modules/@reactful/extension
         
     | 
| 
       12812 
12812 
     | 
    
         
             
            var init_form = __esm(() => {
         
     | 
| 
       12813 
12813 
     | 
    
         
             
            });
         
     | 
| 
       12814 
12814 
     | 
    
         | 
| 
       12815 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12815 
     | 
    
         
            +
            // node_modules/@reactful/extension
         
     | 
| 
       12816 
12816 
     | 
    
         
             
            var exports_form = {};
         
     | 
| 
       12817 
12817 
     | 
    
         
             
            __export(exports_form, {
         
     | 
| 
       12818 
12818 
     | 
    
         
             
              default: () => {
         
     | 
| 
         @@ -12871,13 +12871,13 @@ var init_form2 = __esm(() => { 
     | 
|
| 
       12871 
12871 
     | 
    
         
             
                shown: !!errors?.length
         
     | 
| 
       12872 
12872 
     | 
    
         
             
              }, import_react4.default.createElement("legend", null, "ERROR"), import_react4.default.createElement("ul", null, errors?.map((x) => import_react4.default.createElement("li", null, x.error))))));
         
     | 
| 
       12873 
12873 
     | 
    
         
             
              default$3["metadata"] ||= {};
         
     | 
| 
       12874 
     | 
    
         
            -
              default$3["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12874 
     | 
    
         
            +
              default$3["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx";
         
     | 
| 
       12875 
12875 
     | 
    
         
             
              form_default = default$3;
         
     | 
| 
       12876 
12876 
     | 
    
         
             
              modeValidate["metadata"] ||= {};
         
     | 
| 
       12877 
     | 
    
         
            -
              modeValidate["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12877 
     | 
    
         
            +
              modeValidate["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx";
         
     | 
| 
       12878 
12878 
     | 
    
         
             
            });
         
     | 
| 
       12879 
12879 
     | 
    
         | 
| 
       12880 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12880 
     | 
    
         
            +
            // node_modules/@reactful/extension
         
     | 
| 
       12881 
12881 
     | 
    
         
             
            var import_react5, Header;
         
     | 
| 
       12882 
12882 
     | 
    
         
             
            var init_header = __esm(() => {
         
     | 
| 
       12883 
12883 
     | 
    
         
             
              import_react5 = __toESM(require_react(), 1);
         
     | 
| 
         @@ -12885,10 +12885,10 @@ var init_header = __esm(() => { 
     | 
|
| 
       12885 
12885 
     | 
    
         
             
                style: { color: "wheat" }
         
     | 
| 
       12886 
12886 
     | 
    
         
             
              }, props.children || props.title));
         
     | 
| 
       12887 
12887 
     | 
    
         
             
              Header["metadata"] ||= {};
         
     | 
| 
       12888 
     | 
    
         
            -
              Header["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12888 
     | 
    
         
            +
              Header["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/components/header.tsx";
         
     | 
| 
       12889 
12889 
     | 
    
         
             
            });
         
     | 
| 
       12890 
12890 
     | 
    
         | 
| 
       12891 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12891 
     | 
    
         
            +
            // node_modules/@reactful/exte
         
     | 
| 
       12892 
12892 
     | 
    
         
             
            var exports_hello = {};
         
     | 
| 
       12893 
12893 
     | 
    
         
             
            __export(exports_hello, {
         
     | 
| 
       12894 
12894 
     | 
    
         
             
              default: () => {
         
     | 
| 
         @@ -12974,11 +12974,11 @@ var init_hello = __esm(() => { 
     | 
|
| 
       12974 
12974 
     | 
    
         
             
                }, orbital1.value)));
         
     | 
| 
       12975 
12975 
     | 
    
         
             
              }))));
         
     | 
| 
       12976 
12976 
     | 
    
         
             
              Hello["metadata"] ||= {};
         
     | 
| 
       12977 
     | 
    
         
            -
              Hello["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 12977 
     | 
    
         
            +
              Hello["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx";
         
     | 
| 
       12978 
12978 
     | 
    
         
             
              hello_default = Hello;
         
     | 
| 
       12979 
12979 
     | 
    
         
             
            });
         
     | 
| 
       12980 
12980 
     | 
    
         | 
| 
       12981 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 12981 
     | 
    
         
            +
            // node_modules/@reactful/exte
         
     | 
| 
       12982 
12982 
     | 
    
         
             
            var exports_login = {};
         
     | 
| 
       12983 
12983 
     | 
    
         
             
            __export(exports_login, {
         
     | 
| 
       12984 
12984 
     | 
    
         
             
              default: () => {
         
     | 
| 
         @@ -13014,15 +13014,15 @@ var init_login = __esm(() => { 
     | 
|
| 
       13014 
13014 
     | 
    
         
             
                style: { wordBreak: "break-all" }
         
     | 
| 
       13015 
13015 
     | 
    
         
             
              }, import_react7.default.createElement("legend", null, "token"), sessionStorage.getItem("token"))));
         
     | 
| 
       13016 
13016 
     | 
    
         
             
              default$4["metadata"] ||= {};
         
     | 
| 
       13017 
     | 
    
         
            -
              default$4["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13017 
     | 
    
         
            +
              default$4["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/login.tsx";
         
     | 
| 
       13018 
13018 
     | 
    
         
             
              login_default = default$4;
         
     | 
| 
       13019 
13019 
     | 
    
         
             
            });
         
     | 
| 
       13020 
13020 
     | 
    
         | 
| 
       13021 
     | 
    
         
            -
            // node_modules/@reactful/extensions/ 
     | 
| 
      
 13021 
     | 
    
         
            +
            // node_modules/@reactful/extensions/np
         
     | 
| 
       13022 
13022 
     | 
    
         
             
            var init_detail = __esm(() => {
         
     | 
| 
       13023 
13023 
     | 
    
         
             
            });
         
     | 
| 
       13024 
13024 
     | 
    
         | 
| 
       13025 
     | 
    
         
            -
            // node_modules/@reactful/extensions/ 
     | 
| 
      
 13025 
     | 
    
         
            +
            // node_modules/@reactful/extensions/np
         
     | 
| 
       13026 
13026 
     | 
    
         
             
            var exports_tester = {};
         
     | 
| 
       13027 
13027 
     | 
    
         
             
            __export(exports_tester, {
         
     | 
| 
       13028 
13028 
     | 
    
         
             
              Tester: () => {
         
     | 
| 
         @@ -13040,10 +13040,10 @@ var import_react8; 
     | 
|
| 
       13040 
13040 
     | 
    
         
             
            var init_tester = __esm(() => {
         
     | 
| 
       13041 
13041 
     | 
    
         
             
              import_react8 = __toESM(require_react(), 1);
         
     | 
| 
       13042 
13042 
     | 
    
         
             
              Tester["metadata"] ||= {};
         
     | 
| 
       13043 
     | 
    
         
            -
              Tester["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13043 
     | 
    
         
            +
              Tester["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/profile/tester.tsx";
         
     | 
| 
       13044 
13044 
     | 
    
         
             
            });
         
     | 
| 
       13045 
13045 
     | 
    
         | 
| 
       13046 
     | 
    
         
            -
            // node_modules/@reactful/extensions/ 
     | 
| 
      
 13046 
     | 
    
         
            +
            // node_modules/@reactful/extensions/np
         
     | 
| 
       13047 
13047 
     | 
    
         
             
            var exports_detail = {};
         
     | 
| 
       13048 
13048 
     | 
    
         
             
            __export(exports_detail, {
         
     | 
| 
       13049 
13049 
     | 
    
         
             
              Detail: () => {
         
     | 
| 
         @@ -13075,42 +13075,42 @@ var init_detail2 = __esm(() => { 
     | 
|
| 
       13075 
13075 
     | 
    
         
             
                })));
         
     | 
| 
       13076 
13076 
     | 
    
         
             
              });
         
     | 
| 
       13077 
13077 
     | 
    
         
             
              Detail["metadata"] ||= {};
         
     | 
| 
       13078 
     | 
    
         
            -
              Detail["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13078 
     | 
    
         
            +
              Detail["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx";
         
     | 
| 
       13079 
13079 
     | 
    
         
             
            });
         
     | 
| 
       13080 
13080 
     | 
    
         | 
| 
       13081 
     | 
    
         
            -
            // node_modules/@reactful/ 
     | 
| 
      
 13081 
     | 
    
         
            +
            // node_modules/@reactful/exte
         
     | 
| 
       13082 
13082 
     | 
    
         
             
            init_npm2();
         
     | 
| 
       13083 
13083 
     | 
    
         
             
            await Promise.resolve().then(() => (init_client(), exports_client)).then((x) => x.default());
         
     | 
| 
       13084 
13084 
     | 
    
         
             
            globalThis[GLOBAL_KEY].clients ||= {};
         
     | 
| 
       13085 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13086 
     | 
    
         
            -
            Promise.resolve().then(() => (init_counter(), exports_counter)).then((x) => x.CountButton).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13087 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13088 
     | 
    
         
            -
            Promise.resolve().then(() => (init_form2(), exports_form)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13089 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13090 
     | 
    
         
            -
            Promise.resolve().then(() => (init_hello(), exports_hello)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13091 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13092 
     | 
    
         
            -
            Promise.resolve().then(() => (init_login(), exports_login)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13093 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
       13094 
     | 
    
         
            -
            Promise.resolve().then(() => (init_detail2(), exports_detail)).then((x) => x.Detail).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13085 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx"] = { off: false, tag: "CountButton" };
         
     | 
| 
      
 13086 
     | 
    
         
            +
            Promise.resolve().then(() => (init_counter(), exports_counter)).then((x) => x.CountButton).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx"].jsx = x);
         
     | 
| 
      
 13087 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx"] = { off: false, tag: "default" };
         
     | 
| 
      
 13088 
     | 
    
         
            +
            Promise.resolve().then(() => (init_form2(), exports_form)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx"].jsx = x);
         
     | 
| 
      
 13089 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx"] = { off: false, tag: "Hello" };
         
     | 
| 
      
 13090 
     | 
    
         
            +
            Promise.resolve().then(() => (init_hello(), exports_hello)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx"].jsx = x);
         
     | 
| 
      
 13091 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/login.tsx"] = { off: false, tag: "default" };
         
     | 
| 
      
 13092 
     | 
    
         
            +
            Promise.resolve().then(() => (init_login(), exports_login)).then((x) => x.default).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/login.tsx"].jsx = x);
         
     | 
| 
      
 13093 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx"] = { off: false, tag: "Detail" };
         
     | 
| 
      
 13094 
     | 
    
         
            +
            Promise.resolve().then(() => (init_detail2(), exports_detail)).then((x) => x.Detail).then((x) => globalThis[GLOBAL_KEY].clients["/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx"].jsx = x);
         
     | 
| 
       13095 
13095 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13096 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13096 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13097 
13097 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13098 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13098 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13099 
13099 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13100 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13100 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13101 
13101 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13102 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13102 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13103 
13103 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13104 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13104 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13105 
13105 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13106 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13106 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13107 
13107 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13108 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13108 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13109 
13109 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13110 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13110 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13111 
13111 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13112 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13112 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13113 
13113 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13114 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13114 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
       13115 
13115 
     | 
    
         
             
            default$["metadata"] ||= {};
         
     | 
| 
       13116 
     | 
    
         
            -
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 13116 
     | 
    
         
            +
            default$["metadata"].path = "/mnt/b/Repositorios/reactful/experiment/builds/bundle.ts";
         
     | 
| 
         @@ -1,25 +1,25 @@ 
     | 
|
| 
       1 
1 
     | 
    
         | 
| 
       2 
2 
     | 
    
         
             
            import { GLOBAL_KEY } from '@reactful/commons'
         
     | 
| 
       3 
     | 
    
         
            -
            await import('/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 3 
     | 
    
         
            +
            await import('/mnt/b/Repositorios/reactful/experiment/builds/client.ts').then(x => x.default());
         
     | 
| 
       4 
4 
     | 
    
         
             
            globalThis[GLOBAL_KEY].clients ||= {}
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
       6 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
       7 
     | 
    
         
            -
            import('/mnt/b/Repositorios/reactful/ 
     | 
| 
       8 
     | 
    
         
            -
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 6 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx'] = { off:false, tag:'CountButton' }
         
     | 
| 
      
 7 
     | 
    
         
            +
            import('/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx').then(x => x.CountButton)
         
     | 
| 
      
 8 
     | 
    
         
            +
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx'].jsx = x);
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
       11 
     | 
    
         
            -
            import('/mnt/b/Repositorios/reactful/ 
     | 
| 
       12 
     | 
    
         
            -
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 10 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx'] = { off:false, tag:'default' }
         
     | 
| 
      
 11 
     | 
    
         
            +
            import('/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx').then(x => x.default)
         
     | 
| 
      
 12 
     | 
    
         
            +
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx'].jsx = x);
         
     | 
| 
       13 
13 
     | 
    
         | 
| 
       14 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
       15 
     | 
    
         
            -
            import('/mnt/b/Repositorios/reactful/ 
     | 
| 
       16 
     | 
    
         
            -
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 14 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx'] = { off:false, tag:'Hello' }
         
     | 
| 
      
 15 
     | 
    
         
            +
            import('/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx').then(x => x.default)
         
     | 
| 
      
 16 
     | 
    
         
            +
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx'].jsx = x);
         
     | 
| 
       17 
17 
     | 
    
         | 
| 
       18 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
       19 
     | 
    
         
            -
            import('/mnt/b/Repositorios/reactful/ 
     | 
| 
       20 
     | 
    
         
            -
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 18 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/login.tsx'] = { off:false, tag:'default' }
         
     | 
| 
      
 19 
     | 
    
         
            +
            import('/mnt/b/Repositorios/reactful/experiment/routes/login.tsx').then(x => x.default)
         
     | 
| 
      
 20 
     | 
    
         
            +
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/login.tsx'].jsx = x);
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
     | 
    
         
            -
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
       23 
     | 
    
         
            -
            import('/mnt/b/Repositorios/reactful/ 
     | 
| 
       24 
     | 
    
         
            -
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 22 
     | 
    
         
            +
            globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx'] = { off:false, tag:'Detail' }
         
     | 
| 
      
 23 
     | 
    
         
            +
            import('/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx').then(x => x.Detail)
         
     | 
| 
      
 24 
     | 
    
         
            +
            .then(x => globalThis[GLOBAL_KEY].clients['/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx'].jsx = x);
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
         @@ -13,18 +13,17 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
     | 
    
         
            -
                     < 
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
                         
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
                         
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                     </code>
         
     | 
| 
      
 20 
     | 
    
         
            +
                     <div tag="TimeZone" uid="3" own="default$" fallback="[object Object]" class="default"
         
     | 
| 
      
 21 
     | 
    
         
            +
                        retry="/clock" hidden>
         
     | 
| 
      
 22 
     | 
    
         
            +
                        <h1>500</h1>
         
     | 
| 
      
 23 
     | 
    
         
            +
                        <ul>
         
     | 
| 
      
 24 
     | 
    
         
            +
                           <li>Was there a typo in the url or port?</li>
         
     | 
| 
      
 25 
     | 
    
         
            +
                        </ul>
         
     | 
| 
      
 26 
     | 
    
         
            +
                     </div>
         
     | 
| 
       28 
27 
     | 
    
         
             
                  </div>
         
     | 
| 
       29 
28 
     | 
    
         
             
               </body>
         
     | 
| 
       30 
29 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -13,13 +13,13 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <h1 tag="h1" uid="3" class="default">Counter</h1>
         
     | 
| 
       21 
21 
     | 
    
         
             
                     <jsx tag="jsx" uid="9" own="default"
         
     | 
| 
       22 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 22 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx" hidden
         
     | 
| 
       23 
23 
     | 
    
         
             
                        class="default">
         
     | 
| 
       24 
24 
     | 
    
         
             
                        <button style="padding:20px">COUNTED: <b>0</b>
         
     | 
| 
       25 
25 
     | 
    
         
             
                        </button>
         
     | 
| 
         @@ -13,12 +13,12 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <jsx tag="jsx" uid="2" own="default"
         
     | 
| 
       21 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 21 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx" hidden
         
     | 
| 
       22 
22 
     | 
    
         
             
                        class="default">
         
     | 
| 
       23 
23 
     | 
    
         
             
                        <h1>Uncontrolled Components</h1>
         
     | 
| 
       24 
24 
     | 
    
         
             
                        <progress hidden>test...</progress>
         
     | 
| 
         @@ -13,12 +13,12 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <jsx tag="jsx" uid="2" own="default"
         
     | 
| 
       21 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 21 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx" hidden
         
     | 
| 
       22 
22 
     | 
    
         
             
                        class="default">
         
     | 
| 
       23 
23 
     | 
    
         
             
                        <h1>Uncontrolled Components</h1>
         
     | 
| 
       24 
24 
     | 
    
         
             
                        <progress hidden>test...</progress>
         
     | 
| 
         @@ -13,12 +13,12 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <jsx tag="jsx" uid="2" own="default"
         
     | 
| 
       21 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 21 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx" hidden class="default">
         
     | 
| 
       22 
22 
     | 
    
         
             
                        <h1 style="color:wheat">Hello Forms</h1>
         
     | 
| 
       23 
23 
     | 
    
         
             
                        <main gaps="0 10px" cols="1">
         
     | 
| 
       24 
24 
     | 
    
         
             
                           <label>
         
     | 
| 
         @@ -11,8 +11,8 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
                  <title>Sample</title>
         
     | 
| 
       12 
12 
     | 
    
         
             
                  <meta name='title' content='Sample' />
         
     | 
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Sample page' />
         
     | 
| 
       14 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       15 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 14 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 15 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       16 
16 
     | 
    
         
             
               <body>
         
     | 
| 
       17 
17 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       18 
18 
     | 
    
         
             
                     <h1 style="color:wheat">HTML-X</h1>
         
     | 
| 
         @@ -13,8 +13,8 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <h1>Welcome</h1>
         
     | 
| 
         @@ -13,12 +13,12 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <jsx tag="jsx" uid="2" own="default"
         
     | 
| 
       21 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 21 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/login.tsx" hidden class="default">
         
     | 
| 
       22 
22 
     | 
    
         
             
                        <h1>Login</h1>
         
     | 
| 
       23 
23 
     | 
    
         
             
                        <progress hidden>loading...</progress>
         
     | 
| 
       24 
24 
     | 
    
         
             
                        <form method="POST" action="http://localhost:3000/api/auth" bearer="access_token">
         
     | 
| 
         @@ -13,13 +13,13 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <h1 tag="h1" uid="3" class="default" style="color:#ffb300">Profile</h1>
         
     | 
| 
       21 
21 
     | 
    
         
             
                     <jsx tag="jsx" uid="12" own="default"
         
     | 
| 
       22 
     | 
    
         
            -
                        src="/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 22 
     | 
    
         
            +
                        src="/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx" hidden
         
     | 
| 
       23 
23 
     | 
    
         
             
                        class="default">
         
     | 
| 
       24 
24 
     | 
    
         
             
                        <h3>Detail</h3>Parametric value = <b>
         
     | 
| 
       25 
25 
     | 
    
         
             
                        </b>
         
     | 
| 
         @@ -13,8 +13,8 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <h1>My custom error component</h1>
         
     | 
| 
         @@ -22,7 +22,7 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
               "VSCODE_INJECTION": "1",
         
     | 
| 
       23 
23 
     | 
    
         
             
               "HOME": "/root",
         
     | 
| 
       24 
24 
     | 
    
         
             
               "LANG": "en_US.UTF-8",
         
     | 
| 
       25 
     | 
    
         
            -
               "WSL_INTEROP": "/run/WSL/ 
     | 
| 
      
 25 
     | 
    
         
            +
               "WSL_INTEROP": "/run/WSL/286_interop",
         
     | 
| 
       26 
26 
     | 
    
         
             
               "LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:",
         
     | 
| 
       27 
27 
     | 
    
         
             
               "WAYLAND_DISPLAY": "wayland-0",
         
     | 
| 
       28 
28 
     | 
    
         
             
               "GIT_ASKPASS": "/root/.vscode-server/bin/903b1e9d8990623e3d7da1df3d33db3e42d80eda/extensions/git/dist/askpass.sh",
         
     | 
| 
         @@ -55,12 +55,12 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
               "npm_node_execpath": "/root/.nvm/versions/node/v21.5.0/bin/node",
         
     | 
| 
       56 
56 
     | 
    
         
             
               "OLDPWD": "/mnt/b/Repositorios/reactful",
         
     | 
| 
       57 
57 
     | 
    
         
             
               "TERM_PROGRAM": "vscode",
         
     | 
| 
       58 
     | 
    
         
            -
               "VSCODE_IPC_HOOK_CLI": "/run/user/0/vscode-ipc- 
     | 
| 
      
 58 
     | 
    
         
            +
               "VSCODE_IPC_HOOK_CLI": "/run/user/0/vscode-ipc-207d1c71-becd-47bb-ae4a-05d160937103.sock"
         
     | 
| 
       59 
59 
     | 
    
         
             
            } }
         
     | 
| 
       60 
60 
     | 
    
         | 
| 
       61 
61 
     | 
    
         
             
                  globalThis[GLOBAL_KEY] ||= { queryId:'#root' }
         
     | 
| 
       62 
     | 
    
         
            -
                  globalThis[GLOBAL_KEY].renders=[{   'path': '/mnt/b/Repositorios/reactful/ 
     | 
| 
       63 
     | 
    
         
            -
                  globalThis[GLOBAL_KEY].caching=[{   'call': '',   'data': {      'description': 'Time zone clock...',      'title': 'Time Zone'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/clock.tsx',   'name': 'default$',   'type': 'meta'},{   'call': '',   'data': {      'description': '...',      'title': 'Counter'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/counter.tsx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': {      'description': 'Hello forms...',      'title': 'Hello'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/hello.tsx',   'name': 'default',   'type': 'meta'},{   'call': () => React.createElement(React.Fragment, null, React.createElement('h1', null, 'Profile'), React.createElement(Detail, null), React.createElement('hr', null), React.createElement('p', null, 'modular CSS chainging to red')),   'data': '/profile/:id',   'path': '/mnt/b/Repositorios/reactful/experiments/routes/profile/index.tsx',   'name': '',   'type': 'href'},{   'call': '',   'data': {      'description': 'Profile description',      'title': 'Profile'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/profile/index.tsx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': {      'description': 'Philosophy quotes...',      'title': 'Quotes'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/quotes.tsx',   'name': 'Quotes',   'type': 'meta'},{   'call': '',   'data': {      'charset': 'UTF-16',      'rating': 'general',      'keywords': 'hello, hi',      'title': 'System'   },   'path': '/mnt/b/Repositorios/reactful/experiments/routes/system.tsx',   'name': 'System',   'type': 'meta'},{   'call': '',   'data': {      'title': 'About',      'description': 'About page'   },   'path': '/about',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': '%0A%20%20%20%3Ch1%3EAbout%3C/h1%3E%0A%20%20%20%3Cp%3E%0A%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20%0A%20%20%20Adipisci%20id%20eaque%20saepe%20ab%20numquam,%20nisi%20minus%20atque%20obcaecati,%20%0A%20%20%20dignissimos%20facere%20accusamus%20nihil%20ipsam%20repudiandae%20praesentium,%20%0A%20%20%20quia%20animi%20perspiciatis%20architecto%20fuga?%20%0A%20%20%20%3C/p%3E%20%20%20%20%0A',   'path': '/about',   'name': '',   'type': 'html'},{   'call': '',   'data': '<h3>Loading content...</h3>',   'path': '/clock',   'name': 'default',   'type': 'lazy'},{   'call': '',   'data': '<h3>Loading content...</h3>',   'path': '/clock',   'name': 'TimeZone',   'type': 'lazy'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%226%22%20class=%22TimeZone%22%3EWorld%20Clock%3C/h1%3E%3Ch2%20tag=%22h2%22%20uid=%228%22%20class=%22TimeZone%22%3EEurope/Amistedan%20timezone%3C/h2%3E%3Ch3%20style=%22color:yellow%22%20tag=%22h3%22%20uid=%2210%22%20class=%22TimeZone%22%3E%20%3C!--%20--%3E2024-2-20%3C!--%20--%3E%20%3C!--%20--%3E17:11:50%3C!--%20--%3E%20%3C/h3%3E%3Ccode%20tag=%22code%22%20uid=%2215%22%20own=%22InnerAsyncComponent%22%20class=%22InnerAsyncComponent%22%3E%3Cmark%20tag=%22mark%22%20uid=%2217%22%20class=%22InnerAsyncComponent%22%3EI'm%20a%20inner%20subcomponent%20!!!%3C/mark%3E%3C/code%3E',   'path': '/clock',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22default%22%3ECounter%3C/h1%3E%3Cjsx%20tag=%22jsx%22%20uid=%229%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/counter.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Cbutton%20style=%22padding:20px%22%3ECOUNTED:%20%3Cb%3E0%3C/b%3E%3C/button%3E%3C/jsx%3E%3Ch6%20tag=%22h6%22%20uid=%227%22%20class=%22default%22%20hidden=%22%22%3EDONT%20SHOW%20ME!%3C/h6%3E',   'path': '/counter',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/forms/form.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3EUncontrolled%20Components%3C/h1%3E%3Cprogress%20hidden=%22%22%3Etest...%3C/progress%3E%3Cform%20cols=%222%22%20method=%22post%22%20action=%22https://jsonplaceholder.typicode.com/posts1%22%3E%3Clabel%3EName%3Cinput%20id=%22name%22%20bind=%22name%22/%3E%3C/label%3E%3Clabel%3EDate%3Cinput%20type=%22date%22%20bind=%22date%22/%3E%3C/label%3E%3Clabel%3EWork%3Cinput%20pattern=%22dev%7Ctest%22%20bind=%22work%22/%3E%3C/label%3E%3Clabel%3EMode%3Cinput%20bind=%22mode%22/%3E%3C/label%3E%3Chr/%3E%3Chr/%3E%3Clabel%3EAccept?%3Cinput%20bind=%22term%22%20type=%22checkbox%22%20required=%22%22/%3E%3C/label%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/forms/form',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/forms/form.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3EUncontrolled%20Components%3C/h1%3E%3Cprogress%20hidden=%22%22%3Etest...%3C/progress%3E%3Cform%20cols=%222%22%20method=%22post%22%20action=%22https://jsonplaceholder.typicode.com/posts1%22%3E%3Clabel%3EName%3Cinput%20id=%22name%22%20bind=%22name%22/%3E%3C/label%3E%3Clabel%3EDate%3Cinput%20type=%22date%22%20bind=%22date%22/%3E%3C/label%3E%3Clabel%3EWork%3Cinput%20pattern=%22dev%7Ctest%22%20bind=%22work%22/%3E%3C/label%3E%3Clabel%3EMode%3Cinput%20bind=%22mode%22/%3E%3C/label%3E%3Chr/%3E%3Chr/%3E%3Clabel%3EAccept?%3Cinput%20bind=%22term%22%20type=%22checkbox%22%20required=%22%22/%3E%3C/label%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/forms/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/hello.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%20style=%22color:wheat%22%3EHello%20Forms%3C/h1%3E%3Cmain%20gaps=%220%2010px%22%20cols=%221%22%3E%3Clabel%3E%3Cb%3ELOCAL%20state%20%3C/b%3E%20%3Ccode%3Efunction(props)%3C/code%3E%3Cbr/%3E%3Cinput%20id=%221%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22%7Bprops%7D%22/%3E%3Cinput%20id=%221.1%22%20bind=%22value%22%20placeholder=%22default%22/%3E%3Cinput%20id=%221.1.1%22%20placeholder=%22inner%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22/%3E%3Clabel%3E%20=%20%3C/label%3E%3C/label%3E%3Clabel%3E%3Cb%3EGLOBAL%20state%3C/b%3E%20%3Ccode%3Efunction(props,%20%3C!--%20--%3E%7B%20store%20%7D%3C!--%20--%3E)%3C/code%3E%3Cbr/%3E%3Cinput%20id=%222%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22outer%22/%3E%3Cinput%20id=%222.1%22%20placeholder=%22inner%22%20bind=%22value%22/%3E%3C/label%3E%3Clabel%3E%3Cb%3EORBITAL%20state%3C/b%3E%20%3Ccode%3EuseStore(...)%20+%20@state(...)%20%3C/code%3E%3Cbr/%3E%3Cinput%20id=%223%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22outer%22/%3E%3Cinput%20id=%223.1%22%20placeholder=%22inner%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22/%3E%3Cinput%20id=%223.2%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22other%22/%3E%20=%20%3C!--%20--%3E1%3C/label%3E%3C/main%3E%3Cbr/%3E%3Chr/%3E%3Ccode%3E%3Cstrong%3Elocal%3C/strong%3E:%20%3Clabel%20id=%22l1%22%3E%3C/label%3E%3Cbr/%3E%3Cstrong%3Eglobal%3C/strong%3E:%20%3Clabel%20id=%22l2%22%3E%3C/label%3E%3Cbr/%3E%3Cstrong%3Eorbital%3C/strong%3E:%20%3Clabel%20id=%22l3%22%3E0%3C/label%3E%3C/code%3E%3C/jsx%3E',   'path': '/hello',   'name': '',   'type': 'html'},{   'call': '',   'data': {      'title': 'Sample',      'description': 'Sample page'   },   'path': '/htmlx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': '%3Ch1%20style=%22color:wheat%22%3EHTML-X%3C/h1%3E%3Cp%3ELorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Similique%20eum%20quaerat%20nesciunt%20est%20molestias%20accusantium%20aut%20sit%20odit,%20vero%20voluptate%20iure%20vel%20aperiam%20modi%20libero%20in%20praesentium%20nam%20obcaecati%20error!%3C/p%3E',   'path': '/htmlx',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%3EWelcome%3C/h1%3E%0A%3Cblockquote%3E%0A%3Cp%3Ewith%20markdown%20(powered%20by%20marked)%3C/p%3E%0A%3C/blockquote%3E%0A%3Ctable%3E%0A%3Cthead%3E%0A%3Ctr%3E%0A%3Cth%20align=%22right%22%3E%3C/th%3E%0A%3Cth%3E%3C/th%3E%0A%3C/tr%3E%0A%3C/thead%3E%0A%3Ctbody%3E%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/about%22%3EAbout%3C/a%3E%3C/td%3E%0A%3Ctd%3EStatic%20generation%20(default)%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/clock%22%3EClock%3C/a%3E%3C/td%3E%0A%3Ctd%3EDynamic%20generation%20(with%20lazy)%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/htmlx%22%3EHTML-X%3C/a%3E%3C/td%3E%0A%3Ctd%3EHTML%20with%20JSX%20using%20link%5Btype=%22component%22%5D%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/system%22%3ESystem%3C/a%3E%3C/td%3E%0A%3Ctd%3EServer%20component%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/quotes%22%3EQuotes%3C/a%3E%3C/td%3E%0A%3Ctd%3EPeriodic%20genreation%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/counter%22%3ECounter%3C/a%3E%3C/td%3E%0A%3Ctd%3EClient%20component%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/hello%22%3EHello%3C/a%3E%3C/td%3E%0A%3Ctd%3EStateful%20object%20+%20data%20bind%20props%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/forms%22%3EForms%3C/a%3E%3C/td%3E%0A%3Ctd%3Ereactful%20forms%20+%20validation%20API%20+%20server%20action%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/login%22%3ELogin%3C/a%3E%3C/td%3E%0A%3Ctd%3Ereactful%20forms%20server%20action%20authentication%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/profile/123%22%3EProfile%3C/a%3E%3C/td%3E%0A%3Ctd%3EParametric%20(dynamic)%20routes%20with%20modular%20CSS%3C/td%3E%0A%3C/tr%3E%0A%3C/tbody%3E%3C/table%3E%0A',   'path': '/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/login.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3ELogin%3C/h1%3E%3Cprogress%20hidden=%22%22%3Eloading...%3C/progress%3E%3Cform%20method=%22POST%22%20action=%22http://localhost:3000/api/auth%22%20bearer=%22access_token%22%3E%3Csection%20cols=%221%22%3E%3Clabel%3EUserName%3Cinput%20bind=%22username%22/%3E%3C/label%3E%3Clabel%3EPassWord%3Cinput%20type=%22password%22%20bind=%22password%22/%3E%3C/label%3E%3C/section%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3Cbr/%3E%3Cfieldset%20style=%22word-break:break-all%22%3E%3Clegend%3Etoken%3C/legend%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/login',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22default%22%20style=%22color:#ffb300%22%3EProfile%3C/h1%3E%3Cjsx%20tag=%22jsx%22%20uid=%2212%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiments/routes/profile/detail.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch3%3EDetail%3C/h3%3EParametric%20value%20=%20%3Cb%3E%3C/b%3E%3Chr/%3E%3Cp%3Emodular%20CSS%20keep%20original%20color%3C/p%3E%3Cfieldset%3E%3Clegend%3EMode%3C/legend%3E%3Csection%3E%3Cbutton%20link=%22./developer%22%3Edeveloper%3C/button%3E%3Cbutton%20link=%22./manager%22%3Emanager%3C/button%3E%3Cbutton%20link=%22./tester%22%3Etester(component)%3C/button%3E%3C/section%3E%3Chr/%3E%3Csection%20route=%22./developer%22%3E%3Cb%3EDEVELOPER%3C/b%3E%20is%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Aspernatur%20similique%20ipsa,%20molestiae%20numquam%20laudantium%20quod,%20aliquid%20soluta%20cumque%20placeat%20saepe%20mollitia%20sint%20consectetur%20labore%20consequatur%20pariatur%20praesentium%20animi.%20Obcaecati,%20nihil?%3C/section%3E%3Csection%20route=%22./manager%22%3E%3Cb%3EMANAGER%3C/b%3E%20is%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Aspernatur%20similique%20ipsa,%20molestiae%20numquam%20laudantium%20quod,%20aliquid%20soluta%20cumque%20placeat%20saepe%20mollitia%20sint%20consectetur%20labore%20consequatur%20pariatur%20praesentium%20animi.%20Obcaecati,%20nihil?%3C/section%3E%3Cdiv%3E%3C/div%3E%3C/fieldset%3E%3C/jsx%3E%3Chr%20tag=%22hr%22%20uid=%228%22%20class=%22default%22/%3E%3Cp%20tag=%22p%22%20uid=%2210%22%20class=%22default%22%20style=%22color:red%22%3Emodular%20CSS%20chainging%20to%20red%3C/p%3E',   'path': '/profile/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22System%22%3EServer%20OS%3C/h1%3E%3Ch2%20tag=%22h2%22%20uid=%225%22%20class=%22System%22%3Eserver%20side%20information%3C/h2%3E%3Cpre%20tag=%22pre%22%20uid=%227%22%20class=%22System%22%3ELinux%3C!--%20--%3E%20%7C%20%3C!--%20--%3Ex64%3C!--%20--%3E%20%7C%20%3C!--%20--%3E5.15.133.1-microsoft-standard-WSL2%3C!--%20--%3E%20%3C/pre%3E%3Csection%20tag=%22section%22%20uid=%229%22%20class=%22System%22%20hidden=%22%22%3EDONT%20SHOW%20ME!%3C/section%3E',   'path': '/system',   'name': '',   'type': 'html'}];
         
     | 
| 
      
 62 
     | 
    
         
            +
                  globalThis[GLOBAL_KEY].renders=[{   'path': '/mnt/b/Repositorios/reactful/experiment/routes/clock.tsx',   'name': 'default$',   'time': '',   'mode': 'dynamic',   'href': '/mnt/b/Repositorios/reactful/experiment/routes/clock.tsx'},{   'path': '/mnt/b/Repositorios/reactful/experiment/routes/quotes.tsx',   'name': 'Quotes',   'time': 1800000,   'mode': 'periodic',   'href': '/mnt/b/Repositorios/reactful/experiment/routes/quotes.tsx'}];
         
     | 
| 
      
 63 
     | 
    
         
            +
                  globalThis[GLOBAL_KEY].caching=[{   'call': '',   'data': {      'description': 'Time zone clock...',      'title': 'Time Zone'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/clock.tsx',   'name': 'default$',   'type': 'meta'},{   'call': '',   'data': {      'description': '...',      'title': 'Counter'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': {      'description': 'Hello forms...',      'title': 'Hello'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx',   'name': 'default',   'type': 'meta'},{   'call': () => React.createElement(React.Fragment, null, React.createElement('h1', null, 'Profile'), React.createElement(Detail, null), React.createElement('hr', null), React.createElement('p', null, 'modular CSS chainging to red')),   'data': '/profile/:id',   'path': '/mnt/b/Repositorios/reactful/experiment/routes/profile/index.tsx',   'name': '',   'type': 'href'},{   'call': '',   'data': {      'description': 'Profile description',      'title': 'Profile'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/profile/index.tsx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': {      'description': 'Philosophy quotes...',      'title': 'Quotes'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/quotes.tsx',   'name': 'Quotes',   'type': 'meta'},{   'call': '',   'data': {      'charset': 'UTF-16',      'rating': 'general',      'keywords': 'hello, hi',      'title': 'System'   },   'path': '/mnt/b/Repositorios/reactful/experiment/routes/system.tsx',   'name': 'System',   'type': 'meta'},{   'call': '',   'data': {      'title': 'About',      'description': 'About page'   },   'path': '/about',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': '%0A%20%20%20%3Ch1%3EAbout%3C/h1%3E%0A%20%20%20%3Cp%3E%0A%20%20%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20%0A%20%20%20Adipisci%20id%20eaque%20saepe%20ab%20numquam,%20nisi%20minus%20atque%20obcaecati,%20%0A%20%20%20dignissimos%20facere%20accusamus%20nihil%20ipsam%20repudiandae%20praesentium,%20%0A%20%20%20quia%20animi%20perspiciatis%20architecto%20fuga?%20%0A%20%20%20%3C/p%3E%20%20%20%20%0A',   'path': '/about',   'name': '',   'type': 'html'},{   'call': '',   'data': '<h3>Loading content...</h3>',   'path': '/clock',   'name': 'default',   'type': 'lazy'},{   'call': '',   'data': '%3Cdiv%20tag=%22TimeZone%22%20uid=%223%22%20own=%22default$%22%20fallback=%22%5Bobject%20Object%5D%22%20class=%22default%22%20retry=%22/clock%22%20hidden=%22%22%3E%3Ch1%3E500%3C/h1%3E%3Cul%3E%3Cli%3EWas%20there%20a%20typo%20in%20the%20url%20or%20port?%3C/li%3E%3C/ul%3E%3C/div%3E',   'path': '/clock',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22default%22%3ECounter%3C/h1%3E%3Cjsx%20tag=%22jsx%22%20uid=%229%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/counter.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Cbutton%20style=%22padding:20px%22%3ECOUNTED:%20%3Cb%3E0%3C/b%3E%3C/button%3E%3C/jsx%3E%3Ch6%20tag=%22h6%22%20uid=%227%22%20class=%22default%22%20hidden=%22%22%3EDONT%20SHOW%20ME!%3C/h6%3E',   'path': '/counter',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3EUncontrolled%20Components%3C/h1%3E%3Cprogress%20hidden=%22%22%3Etest...%3C/progress%3E%3Cform%20cols=%222%22%20method=%22post%22%20action=%22https://jsonplaceholder.typicode.com/posts1%22%3E%3Clabel%3EName%3Cinput%20id=%22name%22%20bind=%22name%22/%3E%3C/label%3E%3Clabel%3EDate%3Cinput%20type=%22date%22%20bind=%22date%22/%3E%3C/label%3E%3Clabel%3EWork%3Cinput%20pattern=%22dev%7Ctest%22%20bind=%22work%22/%3E%3C/label%3E%3Clabel%3EMode%3Cinput%20bind=%22mode%22/%3E%3C/label%3E%3Chr/%3E%3Chr/%3E%3Clabel%3EAccept?%3Cinput%20bind=%22term%22%20type=%22checkbox%22%20required=%22%22/%3E%3C/label%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/forms/form',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3EUncontrolled%20Components%3C/h1%3E%3Cprogress%20hidden=%22%22%3Etest...%3C/progress%3E%3Cform%20cols=%222%22%20method=%22post%22%20action=%22https://jsonplaceholder.typicode.com/posts1%22%3E%3Clabel%3EName%3Cinput%20id=%22name%22%20bind=%22name%22/%3E%3C/label%3E%3Clabel%3EDate%3Cinput%20type=%22date%22%20bind=%22date%22/%3E%3C/label%3E%3Clabel%3EWork%3Cinput%20pattern=%22dev%7Ctest%22%20bind=%22work%22/%3E%3C/label%3E%3Clabel%3EMode%3Cinput%20bind=%22mode%22/%3E%3C/label%3E%3Chr/%3E%3Chr/%3E%3Clabel%3EAccept?%3Cinput%20bind=%22term%22%20type=%22checkbox%22%20required=%22%22/%3E%3C/label%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/forms/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/hello.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%20style=%22color:wheat%22%3EHello%20Forms%3C/h1%3E%3Cmain%20gaps=%220%2010px%22%20cols=%221%22%3E%3Clabel%3E%3Cb%3ELOCAL%20state%20%3C/b%3E%20%3Ccode%3Efunction(props)%3C/code%3E%3Cbr/%3E%3Cinput%20id=%221%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22%7Bprops%7D%22/%3E%3Cinput%20id=%221.1%22%20bind=%22value%22%20placeholder=%22default%22/%3E%3Cinput%20id=%221.1.1%22%20placeholder=%22inner%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22/%3E%3Clabel%3E%20=%20%3C/label%3E%3C/label%3E%3Clabel%3E%3Cb%3EGLOBAL%20state%3C/b%3E%20%3Ccode%3Efunction(props,%20%3C!--%20--%3E%7B%20store%20%7D%3C!--%20--%3E)%3C/code%3E%3Cbr/%3E%3Cinput%20id=%222%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22outer%22/%3E%3Cinput%20id=%222.1%22%20placeholder=%22inner%22%20bind=%22value%22/%3E%3C/label%3E%3Clabel%3E%3Cb%3EORBITAL%20state%3C/b%3E%20%3Ccode%3EuseStore(...)%20+%20@state(...)%20%3C/code%3E%3Cbr/%3E%3Cinput%20id=%223%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22outer%22/%3E%3Cinput%20id=%223.1%22%20placeholder=%22inner%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22/%3E%3Cinput%20id=%223.2%22%20data=%22%5Bobject%20Object%5D%22%20bind=%22value%22%20placeholder=%22other%22/%3E%20=%20%3C!--%20--%3E1%3C/label%3E%3C/main%3E%3Cbr/%3E%3Chr/%3E%3Ccode%3E%3Cstrong%3Elocal%3C/strong%3E:%20%3Clabel%20id=%22l1%22%3E%3C/label%3E%3Cbr/%3E%3Cstrong%3Eglobal%3C/strong%3E:%20%3Clabel%20id=%22l2%22%3E%3C/label%3E%3Cbr/%3E%3Cstrong%3Eorbital%3C/strong%3E:%20%3Clabel%20id=%22l3%22%3E0%3C/label%3E%3C/code%3E%3C/jsx%3E',   'path': '/hello',   'name': '',   'type': 'html'},{   'call': '',   'data': {      'title': 'Sample',      'description': 'Sample page'   },   'path': '/htmlx',   'name': 'default',   'type': 'meta'},{   'call': '',   'data': '%3Ch1%20style=%22color:wheat%22%3EHTML-X%3C/h1%3E%3Cp%3ELorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Similique%20eum%20quaerat%20nesciunt%20est%20molestias%20accusantium%20aut%20sit%20odit,%20vero%20voluptate%20iure%20vel%20aperiam%20modi%20libero%20in%20praesentium%20nam%20obcaecati%20error!%3C/p%3E',   'path': '/htmlx',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%3EWelcome%3C/h1%3E%0A%3Cblockquote%3E%0A%3Cp%3Ewith%20markdown%20(powered%20by%20marked)%3C/p%3E%0A%3C/blockquote%3E%0A%3Ctable%3E%0A%3Cthead%3E%0A%3Ctr%3E%0A%3Cth%20align=%22right%22%3E%3C/th%3E%0A%3Cth%3E%3C/th%3E%0A%3C/tr%3E%0A%3C/thead%3E%0A%3Ctbody%3E%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/about%22%3EAbout%3C/a%3E%3C/td%3E%0A%3Ctd%3EStatic%20generation%20(default)%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/clock%22%3EClock%3C/a%3E%3C/td%3E%0A%3Ctd%3EDynamic%20generation%20(with%20lazy)%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/htmlx%22%3EHTML-X%3C/a%3E%3C/td%3E%0A%3Ctd%3EHTML%20with%20JSX%20using%20link%5Btype=%22component%22%5D%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/system%22%3ESystem%3C/a%3E%3C/td%3E%0A%3Ctd%3EServer%20component%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/quotes%22%3EQuotes%3C/a%3E%3C/td%3E%0A%3Ctd%3EPeriodic%20genreation%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/counter%22%3ECounter%3C/a%3E%3C/td%3E%0A%3Ctd%3EClient%20component%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/hello%22%3EHello%3C/a%3E%3C/td%3E%0A%3Ctd%3EStateful%20object%20+%20data%20bind%20props%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/forms%22%3EForms%3C/a%3E%3C/td%3E%0A%3Ctd%3Ereactful%20forms%20+%20validation%20API%20+%20server%20action%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/login%22%3ELogin%3C/a%3E%3C/td%3E%0A%3Ctd%3Ereactful%20forms%20server%20action%20authentication%3C/td%3E%0A%3C/tr%3E%0A%3Ctr%3E%0A%3Ctd%20align=%22right%22%3E%3Ca%20href=%22/profile/123%22%3EProfile%3C/a%3E%3C/td%3E%0A%3Ctd%3EParametric%20(dynamic)%20routes%20with%20modular%20CSS%3C/td%3E%0A%3C/tr%3E%0A%3C/tbody%3E%3C/table%3E%0A',   'path': '/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Cjsx%20tag=%22jsx%22%20uid=%222%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/login.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch1%3ELogin%3C/h1%3E%3Cprogress%20hidden=%22%22%3Eloading...%3C/progress%3E%3Cform%20method=%22POST%22%20action=%22http://localhost:3000/api/auth%22%20bearer=%22access_token%22%3E%3Csection%20cols=%221%22%3E%3Clabel%3EUserName%3Cinput%20bind=%22username%22/%3E%3C/label%3E%3Clabel%3EPassWord%3Cinput%20type=%22password%22%20bind=%22password%22/%3E%3C/label%3E%3C/section%3E%3Cbutton%3ESubmit%3C/button%3E%3C/form%3E%3Cfieldset%3E%3Clegend%3EERROR%3C/legend%3E%3Cul%3E%3C/ul%3E%3C/fieldset%3E%3Cbr/%3E%3Cfieldset%20style=%22word-break:break-all%22%3E%3Clegend%3Etoken%3C/legend%3E%3C/fieldset%3E%3C/jsx%3E',   'path': '/login',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22default%22%20style=%22color:#ffb300%22%3EProfile%3C/h1%3E%3Cjsx%20tag=%22jsx%22%20uid=%2212%22%20own=%22default%22%20src=%22/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx%22%20hidden=%22%22%20class=%22default%22%3E%3Ch3%3EDetail%3C/h3%3EParametric%20value%20=%20%3Cb%3E%3C/b%3E%3Chr/%3E%3Cp%3Emodular%20CSS%20keep%20original%20color%3C/p%3E%3Cfieldset%3E%3Clegend%3EMode%3C/legend%3E%3Csection%3E%3Cbutton%20link=%22./developer%22%3Edeveloper%3C/button%3E%3Cbutton%20link=%22./manager%22%3Emanager%3C/button%3E%3Cbutton%20link=%22./tester%22%3Etester(component)%3C/button%3E%3C/section%3E%3Chr/%3E%3Csection%20route=%22./developer%22%3E%3Cb%3EDEVELOPER%3C/b%3E%20is%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Aspernatur%20similique%20ipsa,%20molestiae%20numquam%20laudantium%20quod,%20aliquid%20soluta%20cumque%20placeat%20saepe%20mollitia%20sint%20consectetur%20labore%20consequatur%20pariatur%20praesentium%20animi.%20Obcaecati,%20nihil?%3C/section%3E%3Csection%20route=%22./manager%22%3E%3Cb%3EMANAGER%3C/b%3E%20is%20Lorem%20ipsum%20dolor%20sit%20amet%20consectetur%20adipisicing%20elit.%20Aspernatur%20similique%20ipsa,%20molestiae%20numquam%20laudantium%20quod,%20aliquid%20soluta%20cumque%20placeat%20saepe%20mollitia%20sint%20consectetur%20labore%20consequatur%20pariatur%20praesentium%20animi.%20Obcaecati,%20nihil?%3C/section%3E%3Cdiv%3E%3C/div%3E%3C/fieldset%3E%3C/jsx%3E%3Chr%20tag=%22hr%22%20uid=%228%22%20class=%22default%22/%3E%3Cp%20tag=%22p%22%20uid=%2210%22%20class=%22default%22%20style=%22color:red%22%3Emodular%20CSS%20chainging%20to%20red%3C/p%3E',   'path': '/profile/index',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%3EMy%20custom%20error%20component%3C/h1%3E%3Cp%3E%20%3C!--%20--%3EUnable%20to%20connect.%20Is%20the%20computer%20able%20to%20access%20the%20url?%3C!--%20--%3E%20%3C/p%3E%3Chr/%3E%3Ccode%3Eit%20will%20be%20regenerated%20in%20each%2030min(press%20F5%20to%20check)%3C/code%3E',   'path': '/quotes',   'name': '',   'type': 'html'},{   'call': '',   'data': '%3Ch1%20tag=%22h1%22%20uid=%223%22%20class=%22System%22%3EServer%20OS%3C/h1%3E%3Ch2%20tag=%22h2%22%20uid=%225%22%20class=%22System%22%3Eserver%20side%20information%3C/h2%3E%3Cpre%20tag=%22pre%22%20uid=%227%22%20class=%22System%22%3ELinux%3C!--%20--%3E%20%7C%20%3C!--%20--%3Ex64%3C!--%20--%3E%20%7C%20%3C!--%20--%3E5.15.133.1-microsoft-standard-WSL2%3C!--%20--%3E%20%3C/pre%3E%3Csection%20tag=%22section%22%20uid=%229%22%20class=%22System%22%20hidden=%22%22%3EDONT%20SHOW%20ME!%3C/section%3E',   'path': '/system',   'name': '',   'type': 'html'}];
         
     | 
| 
       64 
64 
     | 
    
         
             
                  globalThis[GLOBAL_KEY].context={
         
     | 
| 
       65 
65 
     | 
    
         
             
               "fails": [],
         
     | 
| 
       66 
66 
     | 
    
         
             
               "store": {
         
     | 
| 
         @@ -71,6 +71,6 @@ 
     | 
|
| 
       71 
71 
     | 
    
         
             
               "logon": ""
         
     | 
| 
       72 
72 
     | 
    
         
             
            };
         
     | 
| 
       73 
73 
     | 
    
         
             
                  globalThis[GLOBAL_KEY].propers=[(props) => props?.shown === !1 ? { ...props, hidden: !0 } : props];
         
     | 
| 
       74 
     | 
    
         
            -
                  globalThis[GLOBAL_KEY].stylers={"/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 74 
     | 
    
         
            +
                  globalThis[GLOBAL_KEY].stylers={"/mnt/b/Repositorios/reactful/experiment/routes/forms/form.tsx":["/* form {\r\n   gap: 20px;\r\n   display: grid;\r\n   grid-template-columns: repeat(2, 1fr);\r\n} */\r\n\r\ncode {\r\n   padding: 10px;\r\n   display: block;\r\n   background: silver;\r\n}\r\n\r\nprogress {     \r\n   width: 100%;\r\n   height: 30px; \r\n}\r\n\r\nprogress[value]::-webkit-progress-bar { border-radius: 0; }\r\nprogress[value]::-webkit-progress-value { border-radius: 0; }"],"/mnt/b/Repositorios/reactful/experiment/routes/profile/detail.tsx":["h1 {\n   color: dimgrey;\n   font-size: 1.7rem;\n}\n\nbutton {\n   padding: 10px 20px;\n}\n\nbutton.routed {\n   background: wheat;\n   font-weight: bolder;\n}"],"/mnt/b/Repositorios/reactful/experiment/routes/profile/index.tsx":["h1 {\n   color: #ffb300;\n}\n\np {\n   color:red;\n}\n\n"]};
         
     | 
| 
       75 
75 
     | 
    
         
             
                  globalThis[GLOBAL_KEY].folders={"apis":"/apis","assets":"/assets","builds":"/builds","routes":"/routes","shares":"/shares","directives":"/directives","components":"/components"};
         
     | 
| 
       76 
76 
     | 
    
         
             
                  globalThis[GLOBAL_KEY].binding={"index":0,"count":0,"state":{},"react":{},"visit":[],"ready":false,"store":{"state":{"1":{"value":0},"2":{"value":1}},"count":2,"react":{"1":[null],"2":[null]}}};
         
     | 
| 
         @@ -13,8 +13,8 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                  <meta name='description' content='Home page' />
         
     | 
| 
       14 
14 
     | 
    
         
             
                  <meta name='theme-color' content='#333' />
         
     | 
| 
       15 
15 
     | 
    
         
             
                  <meta name='title' content='Welcome' />
         
     | 
| 
       16 
     | 
    
         
            -
               <script src='/mnt/b/Repositorios/reactful/ 
     | 
| 
       17 
     | 
    
         
            -
                  <script type='module' src='/mnt/b/Repositorios/reactful/ 
     | 
| 
      
 16 
     | 
    
         
            +
               <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
         
     | 
| 
      
 17 
     | 
    
         
            +
                  <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
         
     | 
| 
       18 
18 
     | 
    
         
             
               <body>
         
     | 
| 
       19 
19 
     | 
    
         
             
                  <div id='root'>
         
     | 
| 
       20 
20 
     | 
    
         
             
                     <h1 tag="h1" uid="3" class="System">Server OS</h1>
         
     | 
| 
         @@ -10,7 +10,7 @@ await server("/routes", { failure, storage }) 
     | 
|
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
            function failure(status, errors) {
         
     | 
| 
       12 
12 
     | 
    
         
             
               const children: any[] = errors.map((x, i) => 
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
      
 13 
     | 
    
         
            +
                  React.createElement('li', { key: i.toString() }, x))
         
     | 
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
               return React.createElement('div', {}, [
         
     | 
| 
       16 
16 
     | 
    
         
             
                  React.createElement('h1', {}, status),
         
     |