mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 11:51:01 +01:00
652ef7c867
* fix(jsx/streaming): Fix for renderToReadableStream(promise: Promise<HtmlEscapedString>). * feat(jsx): Define jsxTemplate/jsxAttr/jsxEscape for "@jsx precompile" of Deno 1.38 * chore: denoify * fix(jsx/streaming): some times jsxDEV is called with null props. * test(deno-jsx): Add runtime tests for JSX by Deno. * test: Refactor import map. * test: Added @jsxImportSource to avoid type warnings
11 lines
252 B
JSON
11 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "precompile",
|
|
"jsxImportSource": "hono/jsx"
|
|
},
|
|
"imports": {
|
|
"hono/jsx/jsx-runtime": "../../deno_dist/jsx/jsx-runtime.ts",
|
|
"../../deno_dist/jsx/jsx-runtime": "../../deno_dist/jsx/jsx-runtime.ts"
|
|
}
|
|
}
|