github.com/evanw/esbuild/internal/css_ast.NamespacedName.Name (field)
11 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L180: Name NameToken
github.com/evanw/esbuild/internal/css_parser
css_parser_selector.go#L86: nsName.Name = p.nameToken()
css_parser_selector.go#L90: nsName.Name.Kind = css_lexer.TIdent
css_parser_selector.go#L97: prefix := nsName.Name
css_parser_selector.go#L99: nsName.Name = p.nameToken()
css_parser_selector.go#L184: attr.NamespacedName.Name = p.nameToken()
css_parser_selector.go#L192: attr.NamespacedName.Name = p.nameToken()
css_parser_selector.go#L197: prefix := attr.NamespacedName.Name
css_parser_selector.go#L199: attr.NamespacedName.Name = p.nameToken()
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L352: switch nsName.Name.Kind {
css_printer.go#L354: p.printIdent(nsName.Name.Text, identNormal, 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. |