type github.com/evanw/esbuild/internal/fs.DifferentCase

10 uses

	github.com/evanw/esbuild/internal/fs (current package)
		fs.go#L50: type DifferentCase struct {
		fs.go#L56: func (entries DirEntries) Get(query string) (*Entry, *DifferentCase) {
		fs.go#L60: 				return entry, &DifferentCase{

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L99: 	DifferentCase *fs.DifferentCase
		resolver.go#L552: func (r *resolver) resolveWithoutRemapping(sourceDirInfo *dirInfo, importPath string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
		resolver.go#L1089: func (r *resolver) loadAsFile(path string, extensionOrder []string) (string, bool, *fs.DifferentCase) {
		resolver.go#L1148: func (r *resolver) loadAsIndex(path string, entries fs.DirEntries) (string, bool, *fs.DifferentCase) {
		resolver.go#L1186: func (r *resolver) loadAsFileOrDirectory(path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
		resolver.go#L1270: func (r *resolver) matchTSConfigPaths(tsConfigJSON *TSConfigJSON, path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
		resolver.go#L1351: func (r *resolver) loadNodeModules(path string, kind ast.ImportKind, dirInfo *dirInfo) (PathPair, bool, *fs.DifferentCase) {