0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 13:19:30 +01:00
hono/deno_dist/jsx
Taku Amano a49d4e4e15
fix(jsx/dom): Do not call insertBefore if the element position does not change (#2196)
* fix(jsx/dom): Do not call insertBefore if the element position does not change

* chore: denoify
2024-02-12 13:24:35 +09:00
..
dom fix(jsx/dom): Do not call insertBefore if the element position does not change (#2196) 2024-02-12 13:24:35 +09:00
hooks feat(jsx/dom): more react staff (#2132) 2024-02-03 17:55:55 +09:00
base.ts fix(jsx): ignore function object in attribute value in toString() (#2161) 2024-02-07 19:49:19 +09:00
components.ts refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
constants.ts feat(jsx/dom): more react staff (#2132) 2024-02-03 17:55:55 +09:00
context.ts refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
index.ts refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
intrinsic-elements.ts feat(jsx): add event attributes types (#2165) 2024-02-08 02:13:44 +09:00
jsx-dev-runtime.ts fix(jsx): The third argument of jsx(), key, is optional (#2162) 2024-02-07 20:09:25 +09:00
jsx-runtime.ts
streaming.ts refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
types.ts refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
utils.ts feat(jsx): "className" is now an alias for "class" (#2146) 2024-02-04 21:04:54 +09:00