github.com/evanw/esbuild/internal/bundler.matchImportResult.nameLoc (field)
10 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L1903: if result.nameLoc.Start != 0 && result.otherNameLoc.Start != 0 {
linker.go#L1907: logger.RangeData(&a, js_lexer.RangeOfIdentifier(a, result.nameLoc), "One matching export is here"),
linker.go#L1962: nameLoc logger.Loc // Optional, goes with sourceIndex, ignore if zero
linker.go#L2073: nameLoc: ambiguousTracker.nameLoc,
linker.go#L2087: nameLoc: nextTracker.nameLoc,
linker.go#L2109: result.nameLoc.Start != 0 && ambiguousResult.nameLoc.Start != 0 {
linker.go#L2113: nameLoc: result.nameLoc,
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. |