github.com/evanw/esbuild/internal/css_ast.NamespacedName.NamespacePrefix (field)
7 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L177: NamespacePrefix *NameToken
github.com/evanw/esbuild/internal/css_parser
css_parser_selector.go#L98: nsName.NamespacePrefix = &prefix
css_parser_selector.go#L173: attr.NamespacedName.NamespacePrefix = &prefix
css_parser_selector.go#L198: attr.NamespacedName.NamespacePrefix = &prefix
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L339: if nsName.NamespacePrefix != nil {
css_printer.go#L340: switch nsName.NamespacePrefix.Kind {
css_printer.go#L342: p.printIdent(nsName.NamespacePrefix.Text, identNormal, canDiscardWhitespaceAfter)
![]() |
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. |