github.com/evanw/esbuild/internal/js_parser.optionsThatSupportStructuralEquality.minifyIdentifiers (field)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L291: minifyIdentifiers bool
js_parser.go#L313: minifyIdentifiers: options.MinifyIdentifiers,
js_parser.go#L11767: p.options.mode != config.ModeBundle && !p.options.minifyIdentifiers
js_parser.go#L12962: if !p.options.minifyIdentifiers || p.source.Index == runtime.SourceIndex {
js_parser.go#L13147: if p.options.minifyIdentifiers {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |