github.com/evanw/esbuild/internal/js_parser.optionsThatSupportStructuralEquality.outputFormat (field)

11 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L287: 	outputFormat                   config.Format
		js_parser.go#L309: 			outputFormat:                   options.OutputFormat,
		js_parser.go#L10772: 		if p.options.outputFormat == config.FormatCommonJS {
		js_parser.go#L11144: 			if !p.options.outputFormat.KeepES6ImportExportSyntax() {
		js_parser.go#L11377: 				} else if p.options.outputFormat == config.FormatESModule && !omitWarnings {
		js_parser.go#L11485: 	if p.options.outputFormat != config.FormatPreserve {
		js_parser.go#L12784: 	if !config.IsTreeShakingEnabled(p.options.mode, p.options.outputFormat) {
		js_parser.go#L12894: 		(p.options.mode != config.ModePassThrough && !p.options.outputFormat.KeepES6ImportExportSyntax())) {
		js_parser_lower.go#L26: 			if p.options.mode == config.ModeConvertFormat && !p.options.outputFormat.KeepES6ImportExportSyntax() {
		js_parser_lower.go#L28: 					"Top-level await is currently not supported with the %q output format", p.options.outputFormat.String()))
		js_parser_lower.go#L125: 	return p.options.outputFormat == config.FormatESModule