Skip to content

Began implementing Buffer static side #145

Began implementing Buffer static side

Began implementing Buffer static side #145

Triggered via push November 25, 2024 17:17
Status Failure
Total duration 20s
Artifacts

ci.yaml

on: push
Continuous Integration
10s
Continuous Integration
Docs build and deploy
0s
Docs build and deploy
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Continuous Integration: src/buffer.ts#L411
Argument of type 'number | BufferEncoding' is not assignable to parameter of type 'BufferEncoding'.
Continuous Integration: src/buffer.ts#L414
Argument of type 'Uint8Array | readonly number[] | { valueOf(): string | ArrayBufferLike | Uint8Array | readonly number[]; } | { [Symbol.toPrimitive](hint: "string"): string; }' is not assignable to parameter of type 'string | number | ArrayBufferLike | Uint8Array'.
Continuous Integration: src/buffer.ts#L423
Argument of type 'Uint8Array' is not assignable to parameter of type 'number'.
Continuous Integration: src/buffer.ts#L488
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
Continuous Integration: src/buffer.ts#L490
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
Continuous Integration: src/buffer.ts#L492
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
Continuous Integration: src/buffer.ts#L497
Type 'typeof Buffer' does not satisfy the expected type 'BufferConstructor'.
Continuous Integration
Process completed with exit code 2.