func github.com/evanw/esbuild/internal/logger.PrintText

2 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L513: func PrintText(file *os.File, level LogLevel, osArgs []string, callback func(Colors) string) {
		logger.go#L612: 	PrintText(os.Stderr, LevelInfo, osArgs, func(colors Colors) string {