github.com/evanw/esbuild/internal/js_printer.Options.RemoveWhitespace (field)
17 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L744: if !p.options.RemoveWhitespace {
js_printer.go#L955: if !p.options.RemoveWhitespace {
js_printer.go#L961: if !p.options.RemoveWhitespace {
js_printer.go#L987: if !p.options.RemoveWhitespace {
js_printer.go#L1013: if p.options.RemoveWhitespace && !hasRestArg && isArrow && len(args) == 1 {
js_printer.go#L1307: if p.options.RemoveWhitespace {
js_printer.go#L1340: if !p.options.RemoveWhitespace {
js_printer.go#L1405: hasPureComment := !p.options.RemoveWhitespace && e.CanBeUnwrappedIfUnused
js_printer.go#L1424: if !p.options.RemoveWhitespace || len(e.Args) > 0 || level >= js_ast.LPostfix {
js_printer.go#L1449: hasPureComment := !p.options.RemoveWhitespace && e.CanBeUnwrappedIfUnused
js_printer.go#L1469: if p.options.RemoveWhitespace {
js_printer.go#L1526: if !p.options.RemoveWhitespace {
js_printer.go#L1942: if p.options.RemoveWhitespace {
js_printer.go#L2228: if p.options.RemoveWhitespace {
js_printer.go#L3041: RemoveWhitespace bool
github.com/evanw/esbuild/internal/bundler
linker.go#L3447: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L3704: RemoveWhitespace: c.options.RemoveWhitespace,
![]() |
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. |