feat(types): Add DefaultEnv for zero runtime factory #6114
Annotations
13 errors and 2 warnings
Run bun run test:
src/helper/dev/index.test.ts#L177
Type 'RegExpRouter<unknown>' is not assignable to type 'Router<[H<DefaultEnv>, RouterRoute<DefaultEnv>]>'.
|
Run bun run test:
src/hono.test.ts#L315
Type 'RegExpRouter<unknown>' is not assignable to type 'Router<[H<DefaultEnv>, RouterRoute<DefaultEnv>]>'.
|
Run bun run test:
src/hono.test.ts#L1944
Type 'RegExpRouter<unknown>' is not assignable to type 'Router<[H<DefaultEnv>, RouterRoute<DefaultEnv>]>'.
|
Run bun run test:
src/hono.test.ts#L1957
Type 'TrieRouter<unknown>' is not assignable to type 'Router<[H<DefaultEnv>, RouterRoute<DefaultEnv>]>'.
|
Run bun run test:
src/hono.test.ts#L3026
Unused '@ts-expect-error' directive.
|
Run bun run test:
src/hono.test.ts#L3041
Property 'echo2' does not exist on type 'Readonly<ContextVariableMap>'.
|
Run bun run test:
src/hono.test.ts#L3042
Property 'echo3' does not exist on type 'Readonly<ContextVariableMap>'.
|
Run bun run test:
src/hono.test.ts#L3043
Property 'echo4' does not exist on type 'Readonly<ContextVariableMap>'.
|
Run bun run test:
src/hono.test.ts#L3044
Property 'echo5' does not exist on type 'Readonly<ContextVariableMap>'.
|
Run bun run test:
src/hono.test.ts#L3045
Property 'echo6' does not exist on type 'Readonly<ContextVariableMap>'.
|
Run bun run build:
src/adapter/aws-lambda/handler.ts#L348
'event' is declared but its value is never read.
|
Run bun run build:
src/adapter/aws-lambda/handler.ts#L350
'headers' is declared but its value is never read.
|
Run bun run build:
src/jsx/types.ts#L26
All type parameters are unused.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run bun run lint:
perf-measures/type-check/client.ts#L4
'client' is assigned a value but never used
|
Loading