Skip to content

Commit

Permalink
Refactor: Separate type relation logic from checker.ts (microsoft#4337)
Browse files Browse the repository at this point in the history
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
timotheeguerin authored and sarangan12 committed Sep 16, 2024
1 parent 860bb18 commit 6ae5aa5
Show file tree
Hide file tree
Showing 3 changed files with 945 additions and 839 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: internal
packages:
- "@typespec/compiler"
---

Refactor checker: Split type relation logic
Loading

0 comments on commit 6ae5aa5

Please sign in to comment.