const github.com/evanw/esbuild/internal/css_printer.mayNeedWhitespaceAfter
9 uses
github.com/evanw/esbuild/internal/css_printer (current package)
css_printer.go#L63: p.printIdent(r.AtToken, identNormal, mayNeedWhitespaceAfter)
css_printer.go#L124: whitespace := mayNeedWhitespaceAfter
css_printer.go#L140: whitespace := mayNeedWhitespaceAfter
css_printer.go#L262: whitespace := mayNeedWhitespaceAfter
css_printer.go#L272: whitespace := mayNeedWhitespaceAfter
css_printer.go#L329: whitespace := mayNeedWhitespaceAfter
css_printer.go#L513: mayNeedWhitespaceAfter trailingWhitespace = iota
css_printer.go#L562: mayNeedWhitespaceAfter := whitespace == mayNeedWhitespaceAfter && escape != escapeNone && i+utf8.RuneLen(c) == len(text)
css_printer.go#L609: whitespace := mayNeedWhitespaceAfter
![]() |
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. |