Skip to content

Expose validator innards (#26883) #92

Expose validator innards (#26883)

Expose validator innards (#26883) #92

Triggered via push June 17, 2024 19:26
Status Failure
Total duration 1m 31s
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>; }'.