const github.com/evanw/esbuild/internal/config.FormatPreserve

10 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L88: 	FormatPreserve Format = iota
		config.go#L122: 	return f == FormatPreserve || f == FormatESModule

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1513: 	if options.Mode == config.ModeBundle && options.OutputFormat == config.FormatPreserve {
		linker.go#L1278: 		if (c.options.OutputFormat == config.FormatPreserve || c.options.OutputFormat == config.FormatCommonJS) &&
		linker.go#L1785: 			case config.FormatPreserve:

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11485: 	if p.options.outputFormat != config.FormatPreserve {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L103: 		return config.FormatPreserve
		api_impl.go#L736: 	} else if options.OutputFormat == config.FormatPreserve {
		api_impl.go#L751: 	} else if options.OutputFormat != config.FormatPreserve {
		api_impl.go#L1118: 	if options.OutputFormat != config.FormatPreserve {