We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b06b9 commit 7104b99Copy full SHA for 7104b99
packages/knip/src/IssueFixer.ts
@@ -36,7 +36,7 @@ export class IssueFixer {
36
return touchedFiles;
37
}
38
39
- private markExportFixed(issues: Issues, filePath: string) {
+ private markExportIssuesFixed(issues: Issues, filePath: string) {
40
const relPath = relative(this.options.cwd, filePath);
41
42
const types = [
@@ -80,7 +80,7 @@ export class IssueFixer {
80
81
touchedFiles.add(filePath);
82
83
- this.markExportFixed(issues, filePath);
+ this.markExportIssuesFixed(issues, filePath);
84
85
86
0 commit comments