Skip to content

Fix TS errors in the server package #218 #59

Fix TS errors in the server package #218

Fix TS errors in the server package #218 #59

Triggered via pull request September 12, 2023 16:41
Status Failure
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

node.js.build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (16.13.x)
Property 'room' does not exist on type '{ game: Game; }'.
build (16.13.x)
Property 'sessionStore' does not exist on type '{ game: Game; }'.
build (16.13.x)
Parameter 'player' implicitly has an 'any' type.
build (16.13.x)
Parameter 'player' implicitly has an 'any' type.
build (16.13.x)
Binding element 'actions' implicitly has an 'any' type.
build (16.13.x)
Binding element 'vehicle' implicitly has an 'any' type.
build (16.13.x)
Cannot find name 'ActionTypes'.
build (16.13.x)
Property 'find' does not exist on type '{}'.
build (16.13.x)
Parameter 'p' implicitly has an 'any' type.
build (16.13.x)
Argument of type '{ game: Game; room: Room; sessionStore: InMemorySessionStore; }' is not assignable to parameter of type '{ game: Game; }'.