0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/runtime-tests
Yusuke Wada 246a06aa1d
feat(serve-static): support absolute root (#3420)
* 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 `../`
2024-09-24 12:23:35 +09:00
..
bun feat(serve-static): support absolute root (#3420) 2024-09-24 12:23:35 +09:00
deno feat(serve-static): support absolute root (#3420) 2024-09-24 12:23:35 +09:00
deno-jsx feat(jsx/precompile): Normalization and stringification of attribute values as renderToString (#3432) 2024-09-24 12:12:51 +09:00
fastly chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
lambda chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
lambda-edge chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
node chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
workerd chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00
tsconfig.json chore: rename runtime_tests to runtime-tests (#3419) 2024-09-17 14:51:43 +09:00