github.com/evanw/esbuild/internal/css_ast.Token.Children (field)
18 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L40: Children *[]Token // 8 bytes
github.com/evanw/esbuild/internal/css_parser
css_decls.go#L304: token.Children = &[]css_ast.Token{
css_decls.go#L318: token.Children = &[]css_ast.Token{
css_decls.go#L338: args := *token.Children
css_decls.go#L358: token.Children = &[]css_ast.Token{
css_decls.go#L380: token.Children = &[]css_ast.Token{
css_decls.go#L456: args := *token.Children
css_decls.go#L494: args := *token.Children
css_decls.go#L626: token.Children = nil
css_decls.go#L641: token.Children = nil
css_decls.go#L659: token.Children = &[]css_ast.Token{
css_parser.go#L619: token.Children = &nested
css_parser.go#L625: token.Children = nil
css_parser.go#L638: token.Children = &nested
css_parser.go#L650: token.Children = &nested
css_parser.go#L655: token.Children = &nested
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L647: if t.Children != nil {
css_printer.go#L648: p.printTokens(*t.Children, printTokensOpts{})
![]() |
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. |