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,
![]() |
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. |