File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3203
3203
},
3204
3204
"Reusing resolution of module '{0}' to file '{1}' from old program." : {
3205
3205
"category" : " Message" ,
3206
- "code" : 618
3206
+ "code" : 6183
3207
3207
},
3208
3208
"Reusing module resolutions originating in '{0}' since resolutions are unchanged from old program." : {
3209
3209
"category" : " Message" ,
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ namespace ts {
531
531
532
532
for ( let i = 0 ; i < moduleNames . length ; i ++ ) {
533
533
const moduleName = moduleNames [ i ] ;
534
- // TODO: if we want to reuse resolutions more aggressively, refine this to check for whether the
534
+ // If we want to reuse resolutions more aggressively, we can refine this to check for whether the
535
535
// text of the corresponding modulenames has changed.
536
536
if ( file === oldSourceFile ) {
537
537
const oldResolvedModule = oldSourceFile && oldSourceFile . resolvedModules . get ( moduleName ) ;
@@ -596,7 +596,7 @@ namespace ts {
596
596
597
597
return result ;
598
598
599
- // TODO: if we change our policy of rechecking failed lookups on each program create,
599
+ // If we change our policy of rechecking failed lookups on each program create,
600
600
// we should adjust the value returned here.
601
601
function moduleNameResolvesToAmbientModuleInNonModifiedFile ( moduleName : string , oldProgramState : OldProgramState ) : boolean {
602
602
const resolutionToFile = getResolvedModule ( oldProgramState . file , moduleName ) ;
You can’t perform that action at this time.
0 commit comments