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,