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

14 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L35: type file struct {
		bundler.go#L124: 	files       []file
		bundler.go#L148: 	file file
		bundler.go#L211: 		file: file{
		bundler.go#L909: 		s.resultChannel <- parseResult{file: file{source: source, repr: &reprJS{ast: ast}}, ok: ok}
		bundler.go#L1079: 			file: file{
		bundler.go#L1288: func (s *scanner) processScannedFiles() []file {
		bundler.go#L1393: 								file: file{
		bundler.go#L1448: 	files := make([]file, len(s.results))
		bundler.go#L1641: 				go func(sourceIndex uint32, f *file, repr *reprJS) {
		linker.go#L67: 	files       []file
		linker.go#L378: 	files []file,
		linker.go#L390: 		files:             make([]file, len(files)),
		linker.go#L550: func findReachableFiles(files []file, entryPoints []uint32) []uint32 {