type github.com/evanw/esbuild/internal/config.Format

9 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L82: type Format uint8
		config.go#L88: 	FormatPreserve Format = iota
		config.go#L121: func (f Format) KeepES6ImportExportSyntax() bool {
		config.go#L125: func (f Format) String() string {
		config.go#L215: 	OutputFormat       Format
		config.go#L329: func IsTreeShakingEnabled(mode Mode, outputFormat Format) bool {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L287: 	outputFormat                   config.Format

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L3040: 	OutputFormat        config.Format

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L100: func validateFormat(value Format) config.Format {