const github.com/evanw/esbuild/internal/bundler.matchImportAmbiguous

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1897: 		case matchImportAmbiguous:
		linker.go#L1954: 	matchImportAmbiguous
		linker.go#L2111: 					kind:             matchImportAmbiguous,
		linker.go#L2118: 			return matchImportResult{kind: matchImportAmbiguous}