github.com/evanw/esbuild/internal/css_printer.printer.printIdent (method)
18 uses
github.com/evanw/esbuild/internal/css_printer (current package)
css_printer.go#L63: p.printIdent(r.AtToken, identNormal, mayNeedWhitespaceAfter)
css_printer.go#L68: p.printIdent(r.Name, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L128: p.printIdent(r.AtToken, identNormal, whitespace)
css_printer.go#L144: p.printIdent(r.AtToken, identNormal, whitespace)
css_printer.go#L178: p.printIdent(r.KeyText, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L285: p.printIdent(s.Name, identNormal, whitespace)
css_printer.go#L289: p.printIdent(s.Name, identNormal, whitespace)
css_printer.go#L310: p.printIdent(s.MatcherValue, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L342: p.printIdent(nsName.NamespacePrefix.Text, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L354: p.printIdent(nsName.Name.Text, identNormal, whitespace)
css_printer.go#L368: p.printIdent(pseudo.Name, identNormal, canDiscardWhitespaceAfter)
css_printer.go#L373: p.printIdent(pseudo.Name, identNormal, whitespace)
css_printer.go#L517: func (p *printer) printIdent(text string, mode identMode, whitespace trailingWhitespace) {
css_printer.go#L616: p.printIdent(t.Text, identNormal, whitespace)
css_printer.go#L619: p.printIdent(t.Text, identNormal, whitespace)
css_printer.go#L624: p.printIdent(t.DimensionUnit(), identDimensionUnit, whitespace)
css_printer.go#L628: p.printIdent(t.Text, identNormal, whitespace)
css_printer.go#L632: p.printIdent(t.Text, identHash, whitespace)
 |
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. |