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

3 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L325: func errorAndWarningSummary(errors int, warnings int, shownErrors int, shownWarnings int) string {
		logger.go#L379: 				errorAndWarningSummary(errors, warnings, shownErrors, shownWarnings)))
		logger.go#L382: 				errorAndWarningSummary(errors, warnings, shownErrors, shownWarnings)))