github.com/evanw/esbuild/internal/logger.Colors.Default (field)
9 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L498: Default string
logger.go#L537: colors.Default = colorReset
logger.go#L728: colors.Default,
logger.go#L733: colors.Default,
logger.go#L743: sb.WriteString(fmt.Sprintf("%s%s...and %d more output file%s...%s\n", margin, colors.Dim, length-maxLength, plural, colors.Default))
logger.go#L758: colors.Default,
github.com/evanw/esbuild/pkg/api
api_impl.go#L934: return fmt.Sprintf("%s[watch] build finished, watching for changes...%s\n", colors.Dim, colors.Default)
api_impl.go#L947: return fmt.Sprintf("%s[watch] build started (change: %q)%s\n", colors.Dim, prettyPath, colors.Default)
api_impl.go#L956: return fmt.Sprintf("%s[watch] build finished%s\n", colors.Dim, colors.Default)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |