(fileName string)
| 423 | } |
| 424 | |
| 425 | func (p *Project) toPath(fileName string) tspath.Path { |
| 426 | return tspath.ToPath(fileName, p.currentDirectory, p.host.FS().UseCaseSensitiveFileNames()) |
| 427 | } |
| 428 | |
| 429 | func (p *Project) print(writeFileNames bool, writeFileExplanation bool, builder *strings.Builder) string { |
| 430 | builder.WriteString(fmt.Sprintf("\nProject '%s'\n", p.Name())) |
no test coverage detected