type github.com/evanw/esbuild/internal/bundler.OutputFile

27 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L63: 	additionalFiles []OutputFile
		bundler.go#L348: 		result.file.additionalFiles = []OutputFile{{
		bundler.go#L1471: type OutputFile struct {
		bundler.go#L1509: func (b *Bundle) Compile(log logger.Log, options config.Options) []OutputFile {
		bundler.go#L1526: 	var resultGroups [][]OutputFile
		bundler.go#L1530: 		resultGroups = [][]OutputFile{c.link()}
		bundler.go#L1534: 		resultGroups = make([][]OutputFile, len(b.entryPoints))
		bundler.go#L1549: 	var outputFiles []OutputFile
		bundler.go#L1556: 		outputFiles = append(outputFiles, OutputFile{
		bundler.go#L1754: func (b *Bundle) generateMetadataJSON(results []OutputFile, allReachableFiles []uint32, asciiOnly bool) []byte {
		linker.go#L350: 	generate(c *linkerContext, chunk *chunkInfo) func(generateContinue) []OutputFile
		linker.go#L614: func (c *linkerContext) link() []OutputFile {
		linker.go#L619: 		return []OutputFile{}
		linker.go#L641: func (c *linkerContext) generateChunksInParallel(chunks []chunkInfo) []OutputFile {
		linker.go#L717: 	results := make([][]OutputFile, len(chunks))
		linker.go#L763: 	var outputFiles []OutputFile
		linker.go#L3649: func (repr *chunkReprJS) generate(c *linkerContext, chunk *chunkInfo) func(generateContinue) []OutputFile {
		linker.go#L3650: 	var results []OutputFile
		linker.go#L3691: 	return func(continueData generateContinue) []OutputFile {
		linker.go#L4036: 				results = append(results, OutputFile{
		linker.go#L4084: 		results = append(results, OutputFile{
		linker.go#L4138: func (repr *chunkReprCSS) generate(c *linkerContext, chunk *chunkInfo) func(generateContinue) []OutputFile {
		linker.go#L4139: 	var results []OutputFile
		linker.go#L4185: 	return func(continueData generateContinue) []OutputFile {
		linker.go#L4319: 		results = append(results, OutputFile{

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L795: 							go func(result bundler.OutputFile) {
		api_impl.go#L1122: 	var results []bundler.OutputFile