Refigure gc tests #268
Annotations
6 errors and 10 warnings
|
test/unit/socket-close-test.ts#L115
Variable 'weakRef' implicitly has type 'any' in some locations where its type cannot be determined.
|
test/unit/socket-close-test.ts#L134
Variable 'weakRef' implicitly has an 'any' type.
|
test/unit/socket-close-test.ts#L148
Variable 'weakRef' implicitly has type 'any' in some locations where its type cannot be determined.
|
test/unit/socket-close-test.ts#L164
Variable 'weakRef' implicitly has an 'any' type.
|
|
examples/majordomo/broker.ts#L21
'blank' is assigned a value but never used
|
examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L24
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L27
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/broker.ts#L39
Unexpected any value in conditional. An explicit comparison or type cast is required
|
examples/majordomo/broker.ts#L51
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
examples/majordomo/broker.ts#L59
'blank' is assigned a value but never used
|
examples/majordomo/broker.ts#L88
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
This job failed
Loading