docs: improvements for documentation and examples #547
Annotations
1 error and 10 warnings
Test Electron Linux
Final attempt failed. Child_process exited with error code 3
|
Lint:
examples/majordomo/worker.ts#L21
Unsafe spread of an `any` type
|
Lint:
examples/req-rep/server.ts#L10
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint:
examples/threaded-worker/processor.ts#L43
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint:
examples/threaded-worker/threaded-worker.ts#L72
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint:
script/install.js#L26
Imported module should be assigned
|
Lint:
src/compat.ts#L366
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint:
src/compat.ts#L399
Unnecessary conditional, value is always truthy
|
Lint:
src/compat.ts#L406
Unnecessary conditional, value is always truthy
|
Lint:
src/compat.ts#L413
Unnecessary conditional, value is always truthy
|
Lint:
src/compat.ts#L433
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
|
Loading