github.com/evanw/esbuild/internal/logger.MsgKind.String (method)
9 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L51: func (kind MsgKind) String() string {
logger.go#L911: textColor, textIndent, kindColor, kind.String(),
logger.go#L916: return fmt.Sprintf("%s%s: %s\n", textIndent, kind.String(), data.Text)
logger.go#L923: kindColor, kind.String(),
logger.go#L929: textIndent, data.Location.File, kind.String(), data.Text)
logger.go#L938: kindColor, kind.String(),
logger.go#L948: kindColor, kind.String(),
logger.go#L958: kind.String(), d.Message,
logger.go#L967: kind.String(), d.Message,
 |
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. |