Skip to content

JS: Fix PublicHttpAction type (#26345) #76

JS: Fix PublicHttpAction type (#26345)

JS: Fix PublicHttpAction type (#26345) #76

Triggered via push May 28, 2024 16:35
Status Failure
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Test and lint
Process completed with exit code 1.
Test and lint: src/bundler/context.ts#L45
Type '(exitCode: number, _errorType?: ErrorType | undefined, err?: any) => Promise<any>' is not assignable to type '(exitCode: number, errorType?: ErrorType | undefined, err?: any) => Promise<never>'.
Test and lint: src/bundler/context.ts#L56
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/bundler/context.ts#L95
Property 'stderr' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/data.ts#L163
Property 'stdout' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/data.ts#L163
Property 'stdout' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/index.ts#L58
Property 'versions' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/index.ts#L90
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/index.ts#L127
Property 'argv' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/index.ts#L130
Property 'exitCode' does not exist on type '{ env: Record<string, string | undefined>; }'.
Test and lint: src/cli/index.ts#L135
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.