mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
fix(context): export ExecutionContext
from hono
(#2346)
* fix(context): export `ExecutionContext` from `hono` * denoify
This commit is contained in:
parent
139e863aa2
commit
76864b43f8
@ -20,7 +20,7 @@ export type {
|
||||
ToSchema,
|
||||
TypedResponse,
|
||||
} from './types.ts'
|
||||
export type { Context, ContextVariableMap, ContextRenderer } from './context.ts'
|
||||
export type { Context, ContextVariableMap, ContextRenderer, ExecutionContext } from './context.ts'
|
||||
export type { HonoRequest } from './request.ts'
|
||||
export { Hono }
|
||||
export { HTTPException } from './http-exception.ts'
|
||||
|
@ -14,7 +14,7 @@ export type {
|
||||
ToSchema,
|
||||
TypedResponse,
|
||||
} from './types'
|
||||
export type { Context, ContextVariableMap, ContextRenderer } from './context'
|
||||
export type { Context, ContextVariableMap, ContextRenderer, ExecutionContext } from './context'
|
||||
export type { HonoRequest } from './request'
|
||||
export type { InferRequestType, InferResponseType, ClientRequestOptions } from './client'
|
||||
|
||||
|
@ -20,7 +20,7 @@ export type {
|
||||
ToSchema,
|
||||
TypedResponse,
|
||||
} from './types'
|
||||
export type { Context, ContextVariableMap, ContextRenderer } from './context'
|
||||
export type { Context, ContextVariableMap, ContextRenderer, ExecutionContext } from './context'
|
||||
export type { HonoRequest } from './request'
|
||||
export { Hono }
|
||||
export { HTTPException } from './http-exception'
|
||||
|
Loading…
Reference in New Issue
Block a user