github.com/evanw/esbuild/internal/css_ast.SSAttribute.MatcherOp (field)
11 uses
github.com/evanw/esbuild/internal/css_ast (current package)
css_ast.go#L199: MatcherOp string
github.com/evanw/esbuild/internal/css_parser
css_parser_selector.go#L209: attr.MatcherOp = "="
css_parser_selector.go#L213: attr.MatcherOp = "~="
css_parser_selector.go#L215: attr.MatcherOp = "|="
css_parser_selector.go#L217: attr.MatcherOp = "^="
css_parser_selector.go#L219: attr.MatcherOp = "$="
css_parser_selector.go#L221: attr.MatcherOp = "*="
css_parser_selector.go#L223: if attr.MatcherOp != "" {
css_parser_selector.go#L230: if attr.MatcherOp != "" {
github.com/evanw/esbuild/internal/css_printer
css_printer.go#L294: if s.MatcherOp != "" {
css_printer.go#L295: p.print(s.MatcherOp)
![]() |
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. |