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

7 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L371: 			writeStringWithColor(os.Stderr, deferredWarnings[0].String(options, terminalInfo))
		logger.go#L378: 			writeStringWithColor(os.Stderr, fmt.Sprintf("%s shown (disable the message limit with --error-limit=0)\n",
		logger.go#L381: 			writeStringWithColor(os.Stderr, fmt.Sprintf("%s\n",
		logger.go#L420: 					writeStringWithColor(os.Stderr, msg.String(options, terminalInfo))
		logger.go#L428: 						writeStringWithColor(os.Stderr, msg.String(options, terminalInfo))
		logger.go#L551: 	writeStringWithColor(file, callback(colors))
		logger_darwin.go#L31: func writeStringWithColor(file *os.File, text string) {