github.com/evanw/esbuild/internal/bundler.matchImportResult.otherNameLoc (field)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1903: 			if result.nameLoc.Start != 0 && result.otherNameLoc.Start != 0 {
		linker.go#L1908: 					logger.RangeData(&b, js_lexer.RangeOfIdentifier(b, result.otherNameLoc), "Another matching export is here"),
		linker.go#L1964: 	otherNameLoc     logger.Loc // Optional, goes with otherSourceIndex, ignore if zero
		linker.go#L2115: 					otherNameLoc:     ambiguousResult.nameLoc,