0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/runtime-tests/deno-jsx
Taku Amano 7779fca9a5
feat(jsx/precompile): Normalization and stringification of attribute values as renderToString (#3432)
* feat(jsx/precompile): Normalization and stringification of attribute values as `renderToString`

* fix(jsx/precompile): boolean attributes are processed by compiler

* test: fix test data for jsx (precompile and react-jsx)

* fix(jsx/precompile): remove unnecessary import statement

* refactor(jsx/precompile): Normalization of keys from JSX to HTML is done by runtime, not by hono
2024-09-24 12:12:51 +09:00
..
deno.precompile.json chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
deno.react-jsx.json chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
jsx.test.tsx feat(jsx/precompile): Normalization and stringification of attribute values as renderToString (#3432) 2024-09-24 12:12:51 +09:00