fix(node:process): implement stdout
, stderr
and stdin
with node:tty
#1149
Annotations
7 errors and 1 warning
ci:
src/runtime/node/process/internal/process.ts#L195
Type 'WriteStream' is not assignable to type 'WriteStream & { fd: 1; }'.
|
ci:
src/runtime/node/process/internal/process.ts#L195
Expected 1 arguments, but got 0.
|
ci:
src/runtime/node/process/internal/process.ts#L196
Type 'WriteStream' is not assignable to type 'WriteStream & { fd: 2; }'.
|
ci:
src/runtime/node/process/internal/process.ts#L196
Expected 1 arguments, but got 0.
|
ci:
src/runtime/node/process/internal/process.ts#L197
Type 'ReadStream' is not assignable to type 'ReadStream & { fd: 0; }'.
|
ci:
src/runtime/node/process/internal/process.ts#L197
Expected 1-2 arguments, but got 0.
|
ci
Process completed with exit code 2.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|