Skip to content

Commit aa8698f

Browse files
authored
Merge pull request #65 from arethetypeswrong/history-utils
Add @arethetypeswrong/history/utils and fix filterProblems
2 parents aea47a5 + de08a1e commit aa8698f

14 files changed

+4995
-3364
lines changed

.changeset/sharp-carpets-buy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@arethetypeswrong/core": minor
3+
---
4+
5+
- Fix a bug in `filterProblems` that caused CJSOnlyExportsDefault not to be identified
6+
- Change the `kind` property in `filterProblems` to take an array of problem kinds

.changeset/ten-pandas-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@arethetypeswrong/history": minor
3+
---
4+
5+
Add some utilities to @arethetypeswrong/history/utils

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"[typescript]": {
44
"editor.defaultFormatter": "esbenp.prettier-vscode"
55
},
6+
"[javascript]": {
7+
"editor.defaultFormatter": "esbenp.prettier-vscode"
8+
},
69
"[html]": {
710
"editor.defaultFormatter": "esbenp.prettier-vscode"
811
},

0 commit comments

Comments
 (0)