Remove Node crypto dependency from sim #21
publish.yml
on: push
Matrix: test / build
get-version
5s
npm-publish
0s
Annotations
10 errors
test / build (18.x):
lib/process-manager.ts#L370
Property 'fork' does not exist on type 'typeof import("cluster")'.
|
test / build (18.x):
lib/process-manager.ts#L371
Property 'id' does not exist on type 'Worker | (ChildProcess & { process: undefined; })'.
|
test / build (18.x):
lib/process-manager.ts#L704
Property 'worker' does not exist on type 'typeof import("cluster")'. Did you mean 'Worker'?
|
test / build (18.x):
lib/process-manager.ts#L719
Property 'setupMaster' does not exist on type 'typeof import("cluster")'.
|
test / build (18.x):
server/artemis/local.ts#L158
Type '{ crashlog(error: Error, source?: string, details?: AnyObject | null): void; slow(text: string): void; }' is missing the following properties from type '(Anonymous class)': connections, netRequests, battles, battlePreps, and 32 more.
|
test / build (18.x):
server/chat-plugins/battlesearch.ts#L485
Type '{ crashlog(error: Error, source?: string, details?: AnyObject | null): void; slow(text: string): void; }' is missing the following properties from type '(Anonymous class)': connections, netRequests, battles, battlePreps, and 32 more.
|
test / build (18.x):
server/index.ts#L70
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
test / build (18.x):
server/index.ts#L72
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
test / build (18.x):
server/index.ts#L201
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
test / build (18.x):
server/modlog/index.ts#L118
Type '{ crashlog(error: Error, source?: string, details?: AnyObject | null): void; }' is missing the following properties from type '(Anonymous class)': connections, netRequests, battles, battlePreps, and 33 more.
|