Kengo Watanabe
Kengo Watanabe
Everyone wants Hono documents to be by Hono. According to file-based routing by HonoX, it is possible. It will be interesting to see if this can be an example of...
This PR is to add JSDoc for Server-Timing Middleware. Note that the target of the PR is not `main`. Related: - #1338 - #2680 - [x] `bun denoify` to generate...
This PR is to add JSDoc for Trailing Slash Middleware. Note that the target of the PR is not `main`. Related: - #1338 - #2680 - [x] `bun denoify` to...
This PR is to add JSDoc for ETag Middleware. Note that the target of the PR is not `main`. Related: - #1338 - #2680 - [x] `bun denoify` to generate...
This PR is to add JSDoc for CSRF Protection Middleware. Note that the target of the PR is not `main`. Related: - #1338 - #2680 - [x] `bun denoify` to...
The binary size of `create-hono` is currently 1.39 MB. This is clearly larger than ~`create-remix` (93.3kB)~(with dependencies) and `create-vite` (56.9kB) and should be improved. These are some of the ways...
This PR improves the type of Argv using generics. ## Changes - Removed internal `Default` type - Added new internal `Simplify` type utility to keep the IDE hover type display...