You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
The serve() command should infer types correctly on the service implementation provided by the user. This should fail if a given method is not provided, but that is hard to test in an automated fashion.
Once TS3.9 ships, this should include a @ts-expect-error which can verify that the compiler detected such an error. We should update appropriate usages of @ts-ignore to be @ts-expect-error.
The text was updated successfully, but these errors were encountered:
The
serve()
command should infer types correctly on the service implementation provided by the user. This should fail if a given method is not provided, but that is hard to test in an automated fashion.Once TS3.9 ships, this should include a
@ts-expect-error
which can verify that the compiler detected such an error. We should update appropriate usages of@ts-ignore
to be@ts-expect-error
.The text was updated successfully, but these errors were encountered: