github.com/evanw/esbuild/internal/logger.MsgDetail.Suggestion (field)

6 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L935: 		if d.Suggestion != "" {
		logger.go#L942: 				emptyMarginText(maxMargin, true), d.Indent, colorGreen, d.Suggestion, colorResetDim,
		logger.go#L955: 	if d.Suggestion != "" {
		logger.go#L961: 			emptyMarginText(maxMargin, true), d.Indent, d.Suggestion,
		logger.go#L985: 	Suggestion string
		logger.go#L1182: 		Suggestion: loc.Suggestion,