deadlinecode

Results 4 issues of deadlinecode

### What version of Bun is running? 0.5.1 ### What platform is your computer? Linux 5.15.79.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? Try to use `process.stdin.pause()` or...

bug
node.js

Since there is already a JSON Schema -> Zod option adding a JSON Schema -> Typebox one would be really cool For this something like [schema2typebox](https://github.com/xddq/schema2typebox) could be used Mby...

While testing today i noticed another problem with the types which i quickly fixed It looks like my type also kinda destroys type reference which i should look into fixing...

Currently routes only work when defining them like this ```ts import type { ElysiaApp } from "app"; export default (app: ElysiaApp) => app.get("/", { hello: "world" }); ``` Normally i...