type github.com/evanw/esbuild/internal/bundler.matchImportResult
10 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L1957: type matchImportResult struct {
linker.go#L1968: func (c *linkerContext) matchImportWithExport(tracker importTracker) (result matchImportResult) {
linker.go#L1969: var ambiguousResults []matchImportResult
linker.go#L1985: result = matchImportResult{kind: matchImportCycle}
linker.go#L2013: result = matchImportResult{
linker.go#L2056: result = matchImportResult{kind: matchImportProbablyTypeScriptType}
linker.go#L2069: ambiguousResults = append(ambiguousResults, matchImportResult{
linker.go#L2083: result = matchImportResult{
linker.go#L2110: return matchImportResult{
linker.go#L2118: return matchImportResult{kind: matchImportAmbiguous}
![]() |
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. |