Test that system fields are not exposed in table validators (#27195) #96
Annotations
11 errors
|
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>'.
|
src/bundler/context.ts#L56
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/bundler/context.ts#L95
Property 'stderr' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/data.ts#L163
Property 'stdout' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/data.ts#L163
Property 'stdout' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/index.ts#L58
Property 'versions' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/index.ts#L90
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/index.ts#L127
Property 'argv' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/index.ts#L130
Property 'exitCode' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
src/cli/index.ts#L135
Property 'exit' does not exist on type '{ env: Record<string, string | undefined>; }'.
|
This job failed
Loading