Skip to content

Commit 941f257

Browse files
Update internal/compiler/program.go
Co-authored-by: Copilot <[email protected]>
1 parent e7fd76d commit 941f257

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/compiler/program.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,6 @@ func (p *Program) verifyProjectReferences() {
850850
}
851851

852852
p.ForEachResolvedProjectReference(func(path tspath.Path, config *tsoptions.ParsedCommandLine, parent *tsoptions.ParsedCommandLine, index int) {
853-
// Implementation goes here
854853
ref := parent.ProjectReferences()[index]
855854
// !!! Deprecated in 5.0 and removed since 5.5
856855
// verifyRemovedProjectReference(ref, parent, index);

0 commit comments

Comments
 (0)