File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
" ../services/codefixes/fixConstructorForDerivedNeedSuperCall.ts" ,
81
81
" ../services/codefixes/helpers.ts" ,
82
82
" ../services/codefixes/importFixes.ts" ,
83
- " ../services/codefixes/unusedIdentifierFixes .ts" ,
83
+ " ../services/codefixes/fixUnusedIdentifier .ts" ,
84
84
" ../services/codefixes/disableJsDiagnostics.ts" ,
85
85
86
86
" harness.ts" ,
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
/// <reference path="fixConstructorForDerivedNeedSuperCall.ts" />
7
7
/// <reference path="fixExtendsInterfaceBecomesImplements.ts" />
8
8
/// <reference path="fixForgottenThisPropertyAccess.ts" />
9
- /// <reference path='unusedIdentifierFixes .ts' />
9
+ /// <reference path='fixUnusedIdentifier .ts' />
10
10
/// <reference path='importFixes.ts' />
11
11
/// <reference path='disableJsDiagnostics.ts' />
12
12
/// <reference path='helpers.ts' />
You can’t perform that action at this time.
0 commit comments