0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-25 13:19:30 +01:00
hono/src
Taku Amano c62556ae06
fix(context): remove duplicate definition of render method (#2191)
* fix(context): remove duplicate definition of render method

The `render` method was defined twice in the `Context` class.
This duplicate definition was causing a TypeScript error below if `tsc` is used to compile the project:

```
node_modules/hono/dist/types/context.d.ts(134,5): error TS2300: Duplicate identifier 'render'.
```

* chore: denoify
2024-02-11 11:06:02 +09:00
..
adapter Merge branch 'main' into v4 2024-02-04 06:06:38 +09:00
client feat!(validator): supports transformation (#2130) 2024-02-02 13:21:08 +09:00
helper refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
jsx feat(jsx): add event attributes types (#2165) 2024-02-08 02:13:44 +09:00
middleware refactor!(jsx): Tidyup the types to be exported (#2151) 2024-02-05 10:56:11 +09:00
preset refactor(types): name them BlankSchema or BlankInput (#2040) 2024-01-20 08:59:45 +09:00
router Merge branch 'main' into v4 2024-02-04 06:06:38 +09:00
test-utils
utils perf(mime): make getExtension() fast (#2168) 2024-02-08 09:57:07 +09:00
validator feat!(validator): supports transformation (#2130) 2024-02-02 13:21:08 +09:00
compose.test.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
compose.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
context.test.ts Merge branch 'main' into v4 2024-01-15 16:17:45 +09:00
context.ts fix(context): remove duplicate definition of render method (#2191) 2024-02-11 11:06:02 +09:00
helper.ts fix!(deno): put SSG helper into helper.ts (#2150) 2024-02-05 05:43:09 +09:00
hono-base.ts Merge branch 'main' into v4 2024-01-29 23:44:20 +09:00
hono.test.ts Merge branch 'main' into v4 2024-01-27 23:02:59 +09:00
hono.ts refactor(types): name them BlankSchema or BlankInput (#2040) 2024-01-20 08:59:45 +09:00
http-exception.test.ts
http-exception.ts docs: Add JSDoc (#1916) 2024-01-21 23:32:30 +09:00
index.ts
middleware.ts fix!(deno): put SSG helper into helper.ts (#2150) 2024-02-05 05:43:09 +09:00
mod.ts
request.test.ts feat(request): Introduce matchedRoutes and routePath for HonoRequest (#1744) 2023-12-03 18:55:38 +09:00
request.ts Merge branch 'main' into v4 2024-01-29 23:44:20 +09:00
router.ts
types.test.ts Merge branch 'main' into v4 2024-02-08 02:20:33 +09:00
types.ts Merge branch 'main' into v4 2024-02-08 02:20:33 +09:00