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}