Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Separate type relation logic from checker.ts (microsoft#4337)
The type relation logic is already quite sizable and isn't really tied to the checker too much. Apart from accessing std types it can be self contained. This should help maintaining it.
- Loading branch information