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

13 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L124: 	files       []file
		bundler.go#L920: 		files:       files,
		bundler.go#L1518: 	allReachableFiles := findReachableFiles(b.files, b.entryPoints)
		bundler.go#L1529: 		c := newLinkerContext(&options, log, b.fs, b.res, b.files, b.entryPoints, allReachableFiles, dataForSourceMaps)
		bundler.go#L1539: 				reachableFiles := findReachableFiles(b.files, entryPoints)
		bundler.go#L1540: 				c := newLinkerContext(&options, log, b.fs, b.res, b.files, entryPoints, reachableFiles, dataForSourceMaps)
		bundler.go#L1566: 			keyPath := b.files[sourceIndex].source.KeyPath
		bundler.go#L1575: 				log.AddError(nil, logger.Loc{}, "Refusing to overwrite input file: "+b.files[sourceIndex].source.PrettyPath)
		bundler.go#L1635: 	results := make([]dataForSourceMap, len(b.files))
		bundler.go#L1638: 		if f := &b.files[sourceIndex]; f.loader.CanHaveSourceMap() {
		bundler.go#L1692: 			if repr, ok := b.files[sourceIndex].repr.(*reprJS); ok {
		bundler.go#L1705: 		keyPath := b.files[entryPoint].source.KeyPath
		bundler.go#L1764: 		if file := &b.files[sourceIndex]; len(file.jsonMetadataChunk) > 0 {