0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/runtime_tests
Taku Amano fbed2df668
fix(jsx): allow null, undefined, and boolean to be returned from function component (#3241)
* fix(jsx): allow `null`, `undefined`, and `boolean` to be returned from function component

* fix(jsx): allow `null` to be returned from `FC` type

* test: add test for empty fragment in `"jsx": "precompile"`

Empty Fragment is converted to null in `"jsx": "precompile"`, so add a test for that pattern
2024-08-08 22:14:35 +09:00
..
bun fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno (#3079) 2024-07-03 10:50:44 +09:00
deno fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno (#3079) 2024-07-03 10:50:44 +09:00
deno-jsx fix(jsx): allow null, undefined, and boolean to be returned from function component (#3241) 2024-08-08 22:14:35 +09:00
fastly ci: Report coverage with CodeCov (#2862) 2024-06-01 04:17:47 +09:00
lambda fix(aws-lambda): handle multiple cookies in streaming responses (#2926) 2024-06-12 19:25:37 +09:00
lambda-edge ci: Report coverage with CodeCov (#2862) 2024-06-01 04:17:47 +09:00
node fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno (#3079) 2024-07-03 10:50:44 +09:00
workerd test(workerd): add tests for WebSocket (#2891) 2024-06-03 00:14:11 +09:00
tsconfig.json chore(eslint): enable @typescript-eslint/unbound-method (#2622) 2024-05-06 17:38:34 +09:00