0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/src
TATSUNO “Taz” Yasuhiro ec3648d0c3
refactor(aws-lambda): merge custom-context into types (#2889)
* refactor(aws-lambda): merge custom-context into types so they are excluded from coverage

* refactor: custom-context.ts is not needed since it is hidden by reexport
2024-06-03 00:16:07 +09:00
..
adapter refactor(aws-lambda): merge custom-context into types (#2889) 2024-06-03 00:16:07 +09:00
client fix(client): allow multiple files on the same key in form (#2791) 2024-05-28 18:39:01 +09:00
helper fix: add return types of void function (#2870) 2024-05-31 08:11:31 +09:00
jsx fix: add return types of void function (#2870) 2024-05-31 08:11:31 +09:00
middleware fix(middleware/body-limit): set default duplex option for readable stream (#2837) 2024-05-29 02:35:35 +09:00
preset fix(types): allow blank env (#2834) 2024-05-29 17:41:53 +09:00
router docs: add module doc (#2796) 2024-05-26 14:16:25 +09:00
test-utils feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00
utils docs: add module doc (#2796) 2024-05-26 14:16:25 +09:00
validator fix(validator): support json api header (#2855) 2024-05-29 23:17:14 +09:00
compose.test.ts
compose.ts refactor(compose): Remove type definition of ComposeContext that was defined twice (#2858) 2024-05-30 13:27:35 +09:00
context.test.ts feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00
context.ts docs(jsdoc): add jsdoc of some modules (#2836) 2024-06-01 04:00:13 +09:00
hono-base.ts docs(jsdoc): add jsdoc of some modules (#2836) 2024-06-01 04:00:13 +09:00
hono.test.ts fix(types): allow blank env (#2834) 2024-05-29 17:41:53 +09:00
hono.ts fix(types): allow blank env (#2834) 2024-05-29 17:41:53 +09:00
http-exception.test.ts fix(http-exception): prioritize the status code (#2767) 2024-05-23 05:20:37 +09:00
http-exception.ts docs(jsdoc): add jsdoc of some modules (#2836) 2024-06-01 04:00:13 +09:00
index.ts docs(src/*): Add TSDoc comments to improve code documentation (#2841) 2024-05-29 17:38:11 +09:00
request.test.ts feat(utils): specify detailed return type for parseBody (#2771) 2024-05-24 11:38:00 +09:00
request.ts docs(jsdoc): add jsdoc of some modules (#2836) 2024-06-01 04:00:13 +09:00
router.ts docs(src/*): Add TSDoc comments to improve code documentation (#2841) 2024-05-29 17:38:11 +09:00
types.test.ts chore(lint): update eslint rules (#2790) 2024-05-26 05:17:45 +09:00
types.ts fix(types): allow blank env (#2834) 2024-05-29 17:41:53 +09:00