github.com/evanw/esbuild/internal/bundler.matchImportResult.kind (field)

13 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1865: 		switch result.kind {
		linker.go#L1958: 	kind             matchImportKind
		linker.go#L1985: 				result = matchImportResult{kind: matchImportCycle}
		linker.go#L2008: 				if result.kind == matchImportNormal {
		linker.go#L2009: 					result.kind = matchImportNormalAndNamespace
		linker.go#L2014: 						kind:         matchImportNamespace,
		linker.go#L2056: 			result = matchImportResult{kind: matchImportProbablyTypeScriptType}
		linker.go#L2070: 						kind:        matchImportNormal,
		linker.go#L2084: 				kind:        matchImportNormal,
		linker.go#L2108: 			if result.kind == matchImportNormal && ambiguousResult.kind == matchImportNormal &&
		linker.go#L2111: 					kind:             matchImportAmbiguous,
		linker.go#L2118: 			return matchImportResult{kind: matchImportAmbiguous}