Skip to content

Commit 1c7beea

Browse files
authored
Merge pull request #96 from arethetypeswrong/dedupe
Improve checks and problem APIs, dedupe problem instances
2 parents e0e98dc + 5c0caf7 commit 1c7beea

Some content is hidden

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

55 files changed

+7846
-4356
lines changed

.changeset/young-years-sort.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@arethetypeswrong/core": minor
3+
---
4+
5+
- Refactor internal checks API. This fixes duplication of some problems from the problems array, instead ensuring a single problem instance is visible from each relevant resolution.
6+
- Improve problem type API. Renames many fields on individual problem types.
7+
- Move module kind data off of `EntrypointResolutionAnalysis` and onto a top-level map in `programInfo`, a new top-level field on `Analysis`.
8+
- Remove `Wildcard` problem kind.

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
},
1515
"[json]": {
1616
"editor.defaultFormatter": "esbenp.prettier-vscode"
17-
}
17+
},
18+
"typescript.tsdk": "node_modules/typescript/lib"
1819
}

0 commit comments

Comments
 (0)