type github.com/evanw/esbuild/internal/logger.SortableMsgs
8 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L103: type SortableMsgs []Msg
logger.go#L105: func (a SortableMsgs) Len() int { return len(a) }
logger.go#L106: func (a SortableMsgs) Swap(i int, j int) { a[i], a[j] = a[j], a[i] }
logger.go#L108: func (a SortableMsgs) Less(i int, j int) bool {
logger.go#L348: var msgs SortableMsgs
logger.go#L765: var msgs SortableMsgs
github.com/evanw/esbuild/pkg/api
api_impl.go#L1225: msgs := make(logger.SortableMsgs, 0, len(response.Errors)+len(response.Warnings))
api_impl.go#L1269: msgs := make(logger.SortableMsgs, 0, len(response.Errors)+len(response.Warnings))
![]() |
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. |