0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 05:07:03 +01:00
hono/runtime_tests/deno
Yusuke Wada 1b2a4c0800
feat(jsr): support JSR (#2662)
* feat(jsr): reduce slow types (#2369)

* feat(jsr): reduce slow types

* fix: use allow function

* chore: format code

* chore: denoify

* add `deno.json`

* add `jsr-dry-run` command for CI

* don't put `JSX` on `global`

* fix test settings for deno

* don't use `dynamicClass`

* don't declare `ExecutionContext` in `global`

* goodbye denoify

* exports `./middleware`

* exports `./helper`

* exports each helper and middleware

* remove the `awslambda` implementation which is not enough

* feat(jsr): remove helper.ts and middleware.ts (#2667)

* feat(jsr): remove helper.ts and middleware.ts

* fix: fix test

* dont' use `SuperClass`

Co-authored-by: Taku Amano <taku@taaas.jp>

* feat(jsr): delete `mod.ts` (#2669)

* rename `deno.json` to `jsr.json`

* lint

* remove slow type in lambda adapter

* fixed runtime test for deno

* export all utils

* add a GitHub action to publish the package to JSR

* fixed declaring `ContextVariableMap`

* fixed the type error

* include `jsr.json` in `jsr.json`

* update `jsr.json`

---------

Co-authored-by: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com>
Co-authored-by: Taku Amano <taku@taaas.jp>
2024-05-24 17:47:28 +09:00
..
.static
.vscode fix(adaptor): Access to custom request context on AWS Lambda Adaptor (#1305) 2023-08-11 00:37:58 +09:00
static fix(serve-static): support extensionless files and refactor (#2260) 2024-02-24 22:38:39 +09:00
deno.json feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00
deno.lock chore(runtime-test): add deno.lock (#2015) 2024-01-18 13:51:52 +09:00
deps.ts feat: Add onNotFound handler in adapters' serveStatic (#1825) 2023-12-27 07:04:46 +09:00
favicon.ico
hono.test.ts feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00
middleware.test.tsx feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00
ssg.test.tsx feat(jsr): support JSR (#2662) 2024-05-24 17:47:28 +09:00