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

6 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L159: 	ModeConvertFormat
		config.go#L330: 	return mode == ModeBundle || (mode == ModeConvertFormat && outputFormat == FormatIIFE)

	github.com/evanw/esbuild/internal/bundler
		linker.go#L472: 					(repr.ast.HasLazyExport && c.options.Mode == config.ModeConvertFormat && !c.options.OutputFormat.KeepES6ImportExportSyntax()),

	github.com/evanw/esbuild/internal/js_parser
		js_parser_lower.go#L26: 			if p.options.mode == config.ModeConvertFormat && !p.options.outputFormat.KeepES6ImportExportSyntax() {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L752: 		options.Mode = config.ModeConvertFormat
		api_impl.go#L1119: 		options.Mode = config.ModeConvertFormat