Skip to content

Commit 98a338d

Browse files
authored
Merge pull request #210 from microsoft/octogonz/tsdoc-config-improvements
eslint-plugin-tsdoc: Use a cache to avoid reloading tsdoc.json
2 parents 9e0c30a + e44b356 commit 98a338d

File tree

9 files changed

+703
-430
lines changed

9 files changed

+703
-430
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Improve tsdoc.json parser to allow JSON comments",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Add a new API TSDocConfigFile.checkForModifiedFiles() to facilitate caching",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Use a cache to avoid repeatedly reloading tsdoc.json during linting",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)