package css_printer
Import Path
github.com/evanw/esbuild/internal/css_printer (on go.dev )
Dependency Relation
imports 6 packages , and imported by one package
Package-Level Type Names (total 6, in which 1 are exported)
/* sort exporteds by: alphabet | popularity */
/* 5 unexporteds ... */ /* 5 unexporteds: */ type printer (struct)
Fields (total 3, none are exported )
/* 3 unexporteds ... */ /* 3 unexporteds: */
importRecords []ast .ImportRecord
options Options
sb strings .Builder
Methods (total 13, none are exported )
/* 13 unexporteds ... */ /* 13 unexporteds: */
(*T) print (text string )
(*T) printComplexSelectors (selectors []css_ast .ComplexSelector , indent int32 )
(*T) printCompoundSelector (sel css_ast .CompoundSelector , isFirst bool , isLast bool )
(*T) printIdent (text string , mode identMode , whitespace trailingWhitespace )
(*T) printIndent (indent int32 )
(*T) printNamespacedName (nsName css_ast .NamespacedName , whitespace trailingWhitespace )
(*T) printPseudoClassSelector (pseudo css_ast .SSPseudoClass , whitespace trailingWhitespace )
(*T) printQuoted (text string )
(*T) printQuotedWithQuote (text string , quote rune )
(*T) printRule (rule css_ast .R , indent int32 , omitTrailingSemicolon bool )
(*T) printRuleBlock (rules []css_ast .R , indent int32 )
(*T) printTokens (tokens []css_ast .Token , opts printTokensOpts ) bool
(*T) printWithEscape (c rune , escape escapeKind , remainingText string , mayNeedWhitespaceAfter bool )
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 .