github.com/evanw/esbuild/internal/css_printer.Options.RemoveWhitespace (field)
27 uses
github.com/evanw/esbuild/internal/css_printer (current package)
css_printer.go#L23: RemoveWhitespace bool
css_printer.go#L39: if !p.options.RemoveWhitespace {
css_printer.go#L53: if p.options.RemoveWhitespace {
css_printer.go#L70: if !p.options.RemoveWhitespace {
css_printer.go#L73: if p.options.RemoveWhitespace {
css_printer.go#L85: if !p.options.RemoveWhitespace {
css_printer.go#L90: if p.options.RemoveWhitespace {
css_printer.go#L98: if !p.options.RemoveWhitespace {
css_printer.go#L102: if !p.options.RemoveWhitespace {
css_printer.go#L107: if !p.options.RemoveWhitespace {
css_printer.go#L129: if !p.options.RemoveWhitespace || len(r.Prelude) > 0 {
css_printer.go#L133: if !p.options.RemoveWhitespace && len(r.Prelude) > 0 {
css_printer.go#L145: if (!p.options.RemoveWhitespace && r.Block != nil) || len(r.Prelude) > 0 {
css_printer.go#L149: if !p.options.RemoveWhitespace && r.Block != nil && len(r.Prelude) > 0 {
css_printer.go#L165: if !p.options.RemoveWhitespace {
css_printer.go#L172: if !hasWhitespaceAfter && !p.options.RemoveWhitespace {
css_printer.go#L185: if !hasWhitespaceAfter && !p.options.RemoveWhitespace && len(r.Value) > 0 {
css_printer.go#L204: if !p.options.RemoveWhitespace {
css_printer.go#L210: if p.options.RemoveWhitespace {
css_printer.go#L217: omitTrailingSemicolon := p.options.RemoveWhitespace && i+1 == len(rules)
css_printer.go#L221: if !p.options.RemoveWhitespace {
css_printer.go#L230: if p.options.RemoveWhitespace {
css_printer.go#L250: if !p.options.RemoveWhitespace {
css_printer.go#L254: if !p.options.RemoveWhitespace {
css_printer.go#L583: if !p.options.RemoveWhitespace && opts.isDeclaration {
github.com/evanw/esbuild/internal/bundler
linker.go#L4176: RemoveWhitespace: c.options.RemoveWhitespace,
linker.go#L4213: 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. |