Port some more stuff to TS #33
Annotations
10 errors and 1 warning
src/components/03-messages.ts#L470
Argument of type '"debug-verbose" | "debug"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L506
Argument of type '"debug-traffic-outgoing"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L544
Argument of type '"debug-traffic-incoming"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L623
Argument of type '"debug-verbose" | "debug"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L637
Argument of type '"debug-verbose" | "debug"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L675
Argument of type '"debug-verbose"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L718
Argument of type '"debug-verbose"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/03-messages.ts#L732
Argument of type '"debug-verbose"' is not assignable to parameter of type 'keyof SteamUserEvents'.
|
src/components/classes/CMAuthTransport.ts#L25
Argument of type '(body: { toBuffer: () => Buffer;}, hdr: { proto: CMsgProtoBufHeader;}) => void' is not assignable to parameter of type 'MessageCallback'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading