Began implementing Buffer
static side
#145
ci.yaml
on: push
Continuous Integration
10s
Docs build and deploy
0s
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.
|