github.com/evanw/esbuild/internal/config.Options.MinifyIdentifiers (field)

8 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L167: 	MinifyIdentifiers bool

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1824: 		MinifyIdentifiers: options.MinifyIdentifiers,
		bundler.go#L1859: 		MinifyIdentifiers: key.MinifyIdentifiers,
		linker.go#L951: 				if c.options.MinifyIdentifiers {
		linker.go#L3496: 	if c.options.MinifyIdentifiers {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L313: 			minifyIdentifiers:              options.MinifyIdentifiers,

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L648: 		MinifyIdentifiers:     buildOpts.MinifyIdentifiers,
		api_impl.go#L1093: 		MinifyIdentifiers:       transformOpts.MinifyIdentifiers,