]> git.codecow.com Git - nano-pow.git/commitdiff
Add Node types to tsconfig. Restyle test page input field prefixes.
authorChris Duncan <chris@codecow.com>
Thu, 9 Jul 2026 14:19:42 +0000 (07:19 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 10 Jul 2026 05:21:15 +0000 (22:21 -0700)
test/index.html
tsconfig.json

index 14d69bf77b434b302504e32d576c9db81ca55789..d766f5f00a3147657b5b1144f505a7ce7d26d854 100644 (file)
@@ -316,7 +316,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
        </script>
        <style>
                body{background:black;color:white;}a{color:darkcyan;}input[type=number]{width:5em;}input[type=checkbox]{margin-right:2em;}
-               div.hex{display:inline-block;}
+               div.hex{display:inline-block;font-family:monospace;}
                div.hex::before{color:grey;content:'0x';display:inline-block;font-size:90%;left:0.5em;position:relative;width:0;}
                div.hex>input{padding-left:1.5em;}
                .warning::before{content:'\0026a0\00FE0F';}
index 12146e24917e910ff29be36a6aea4065854e3d8d..2a30a033a8376d8c43d52aae39308637be5f0903 100644 (file)
@@ -22,6 +22,7 @@
                        ]
                },
                "types": [
+                       "node",
                        "@webgpu/types"
                ]
        },