type github.com/evanw/esbuild/internal/logger.TerminalInfo
7 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L339: type TerminalInfo struct {
logger.go#L824: func (msg Msg) String(options OutputOptions, terminalInfo TerminalInfo) string {
logger.go#L879: func msgString(options OutputOptions, terminalInfo TerminalInfo, kind MsgKind, data MsgData, maxMargin int) string {
logger.go#L1046: func detailStruct(data MsgData, terminalInfo TerminalInfo, maxMargin int) MsgDetail {
logger_darwin.go#L13: func GetTerminalInfo(file *os.File) (info TerminalInfo) {
github.com/evanw/esbuild/internal/bundler
bundler.go#L1872: msgs += msg.String(logger.OutputOptions{}, logger.TerminalInfo{})
github.com/evanw/esbuild/pkg/api
serve_other.go#L101: terminalOptions := logger.TerminalInfo{}
![]() |
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. |