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

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L129: 	fs                 fs.FS
		bundler.go#L179: 			args.fs,
		bundler.go#L349: 			AbsPath:           args.fs.Join(args.options.AbsOutputDir, relPath),
		bundler.go#L428: 					args.fs,
		bundler.go#L457: 							if pluginName == "" && !args.fs.IsAbs(record.Path.Text) {
		bundler.go#L485: 			if path, contents := extractSourceMapFromComment(args.log, args.fs, &args.caches.FSCache,
		bundler.go#L1005: 		fs:                 s.fs,