type github.com/evanw/esbuild/internal/css_ast.SSPseudoClass
8 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L167: PseudoClassSelectors []SSPseudoClass // If present, these follow a ":" character
css_ast.go#L204: type SSPseudoClass struct {
css_ast.go#L212: func (*SSPseudoClass) isSubclassSelector() {}
github.com/evanw/esbuild/internal/css_parser
css_parser_selector.go#L253: func (p *parser) parsePseudoElementSelector() css_ast.SSPseudoClass {
css_parser_selector.go#L261: return css_ast.SSPseudoClass{Name: text, Args: args}
css_parser_selector.go#L265: sel := css_ast.SSPseudoClass{}
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L321: case *css_ast.SSPseudoClass:
css_printer.go#L364: func (p *printer) printPseudoClassSelector(pseudo css_ast.SSPseudoClass, whitespace trailingWhitespace) {
![]() |
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. |