func github.com/evanw/esbuild/internal/logger.writeStringWithColor
7 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L371: writeStringWithColor(os.Stderr, deferredWarnings[0].String(options, terminalInfo))
logger.go#L378: writeStringWithColor(os.Stderr, fmt.Sprintf("%s shown (disable the message limit with --error-limit=0)\n",
logger.go#L381: writeStringWithColor(os.Stderr, fmt.Sprintf("%s\n",
logger.go#L420: writeStringWithColor(os.Stderr, msg.String(options, terminalInfo))
logger.go#L428: writeStringWithColor(os.Stderr, msg.String(options, terminalInfo))
logger.go#L551: writeStringWithColor(file, callback(colors))
logger_darwin.go#L31: func writeStringWithColor(file *os.File, text string) {
 |
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. |