File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,8 +1008,8 @@ namespace ts {
1008
1008
const project = buildQueue [ index ] ;
1009
1009
const prepend = referencingProjects . getValue ( project ) ;
1010
1010
if ( prepend !== undefined ) {
1011
- // If the project is referenced with prepend, always build downstream project ,
1012
- // If declaration output is changed changed , build the project
1011
+ // If the project is referenced with prepend, always build downstream projects ,
1012
+ // If declaration output is changed, build the project
1013
1013
// otherwise mark the project UpToDateWithUpstreamTypes so it updates output time stamps
1014
1014
const status = projectStatus . getValue ( project ) ;
1015
1015
if ( prepend || ! ( buildResult & BuildResultFlags . DeclarationOutputUnchanged ) ) {
You can’t perform that action at this time.
0 commit comments