const github.com/evanw/esbuild/internal/css_printer.canDiscardWhitespaceAfter
13 uses
github.com/evanw/esbuild/internal/css_printer (current package)
css_printer.go#L68: p.printIdent(r.Name, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L126: whitespace = canDiscardWhitespaceAfter
css_printer.go#L142: whitespace = canDiscardWhitespaceAfter
css_printer.go#L178: p.printIdent(r.KeyText, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L266: whitespace = canDiscardWhitespaceAfter
css_printer.go#L276: whitespace = canDiscardWhitespaceAfter
css_printer.go#L293: p.printNamespacedName(s.NamespacedName, canDiscardWhitespaceAfter)
css_printer.go#L310: p.printIdent(s.MatcherValue, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L331: whitespace = canDiscardWhitespaceAfter
css_printer.go#L342: p.printIdent(nsName.NamespacePrefix.Text, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L368: p.printIdent(pseudo.Name, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L514: canDiscardWhitespaceAfter
css_printer.go#L611: whitespace = canDiscardWhitespaceAfter
 |
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. |