github.com/evanw/esbuild/internal/css_printer.printer.options (field)
31 uses
github.com/evanw/esbuild/internal/css_printer (current package)
css_printer.go#L16: options Options
css_printer.go#L29: options: options,
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#L81: if p.options.MangleSyntax && len(block.Rules) == 0 {
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#L119: if p.options.MangleSyntax && len(r.Rules) == 0 {
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#L160: if p.options.MangleSyntax && len(r.Rules) == 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#L489: if p.options.ASCIIOnly && c >= 0x80 || c == '\uFEFF' {
css_printer.go#L521: if p.options.ASCIIOnly && c >= 0x80 {
css_printer.go#L583: if !p.options.RemoveWhitespace && opts.isDeclaration {
![]() |
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. |