Skip to content

Commit ff97d86

Browse files
committed
Fix typo
1 parent 3943588 commit ff97d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/tsbuild.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,8 @@ namespace ts {
10081008
const project = buildQueue[index];
10091009
const prepend = referencingProjects.getValue(project);
10101010
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
10131013
// otherwise mark the project UpToDateWithUpstreamTypes so it updates output time stamps
10141014
const status = projectStatus.getValue(project);
10151015
if (prepend || !(buildResult & BuildResultFlags.DeclarationOutputUnchanged)) {

0 commit comments

Comments
 (0)