Skip to content

Commit 958c3e7

Browse files
authored
Merge pull request #31 from arethetypeswrong/checker
Toward a stable API
2 parents 1ab7927 + 943a258 commit 958c3e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1872
-1313
lines changed

.changeset/brave-fishes-develop.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@arethetypeswrong/core": minor
3+
"@arethetypeswrong/cli": minor
4+
---
5+
6+
- New problem kind: **Internal resolution error** indicates that an import in one of the package’s type declaration files failed to resolve. Either this indicates that runtime resolution errors will occur, or (more likely) the types misrepresent the contents of the JavaScript files.
7+
- Significant API changes. Most significantly, problems are returned as part of `checkPackage`, and `summarizeProblems`/`getSummarizedProblems` have been replaced by a collection of utilities for grouping and filtering problems.

0 commit comments

Comments
 (0)