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

3 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1889: 		case matchImportCycle:
		linker.go#L1948: 	matchImportCycle
		linker.go#L1985: 				result = matchImportResult{kind: matchImportCycle}