github.com/evanw/esbuild/internal/logger.Colors.Dim (field)
7 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L500: Dim string
logger.go#L539: colors.Dim = colorResetDim
logger.go#L724: colors.Dim,
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))
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. |