github.com/evanw/esbuild/internal/logger.MsgLocation.File (field)
16 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L79: File string
logger.go#L116: if aiLoc.File != ajLoc.File {
logger.go#L117: return aiLoc.File < ajLoc.File
logger.go#L922: textColor, textIndent, data.Location.File,
logger.go#L929: textIndent, data.Location.File, kind.String(), data.Text)
logger.go#L1038: File: source.PrettyPath,
logger.go#L1171: Path: loc.File,
github.com/evanw/esbuild/internal/bundler
bundler.go#L563: if loc.File != "" {
bundler.go#L564: loc.File = res.PrettyPath(logger.Path{Text: loc.File, Namespace: loc.Namespace})
bundler.go#L594: if msg.Data.Location.File == "" && importSource != nil {
bundler.go#L595: msg.Data.Location.File = importSource.PrettyPath
github.com/evanw/esbuild/pkg/api
api_impl.go#L509: File: loc.File,
api_impl.go#L549: File: loc.File,
 |
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. |