github.com/evanw/esbuild/internal/bundler.Bundle.res (field)

5 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L123: 	res         resolver.Resolver
		bundler.go#L919: 		res:         res,
		bundler.go#L1529: 		c := newLinkerContext(&options, log, b.fs, b.res, b.files, b.entryPoints, allReachableFiles, dataForSourceMaps)
		bundler.go#L1540: 				c := newLinkerContext(&options, log, b.fs, b.res, b.files, entryPoints, reachableFiles, dataForSourceMaps)
		bundler.go#L1782: 			path := b.res.PrettyPath(logger.Path{Text: result.AbsPath, Namespace: "file"})