* feat(serve-static): support absolute root
* add bun runtime test
* don't use `Request`
* add code for deno
* remove unnecessay `console.log`
* use `normalizeFilePath` instead of `URL`
* use `URL` for `options.root`
* don't allow directory traversal and fix the behavior when root including `../`
* 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