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

8 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L122: 	fs          fs.FS
		bundler.go#L918: 		fs:          fs,
		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#L1606: 			if relPath, ok := b.fs.Rel(b.fs.Cwd(), outputPath); ok {
		bundler.go#L1715: 	lowestAbsDir := b.fs.Dir(absPaths[0])
		bundler.go#L1718: 		absDir := b.fs.Dir(absPath)