Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify return type for createHost (#9295)
Currently the return type of PyrightServer.createHost is left blank, inferred by typescript to be FullAccessHost. Therefore anyone who inherits from PyrightServer must also return FullAccessHost. We should specify the return type explicitly. That way someone can inherit from it and return NoAccessHost, say.
- Loading branch information