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

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1866: 		case matchImportNormal:
		linker.go#L1939: 	matchImportNormal
		linker.go#L2008: 				if result.kind == matchImportNormal {
		linker.go#L2070: 						kind:        matchImportNormal,
		linker.go#L2084: 				kind:        matchImportNormal,
		linker.go#L2108: 			if result.kind == matchImportNormal && ambiguousResult.kind == matchImportNormal &&