func github.com/evanw/esbuild/internal/logger.emptyMarginText
7 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L871: func emptyMarginText(maxMargin int, isLast bool) string {
logger.go#L941: emptyMarginText(maxMargin, false), d.Indent, colorGreen, d.Marker, colorResetDim,
logger.go#L942: emptyMarginText(maxMargin, true), d.Indent, colorGreen, d.Suggestion, colorResetDim,
logger.go#L951: emptyMarginText(maxMargin, true), d.Indent, colorGreen, d.Marker, colorResetDim,
logger.go#L960: emptyMarginText(maxMargin, false), d.Indent, d.Marker,
logger.go#L961: emptyMarginText(maxMargin, true), d.Indent, d.Suggestion,
logger.go#L969: emptyMarginText(maxMargin, true), d.Indent, d.Marker,
 |
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. |