github.com/andybalholm/cascadia.compoundSelector.selectors (field)

5 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L736: 	return compoundSelector{selectors: selectors}, nil
		selector.go#L715: 	selectors []Sel
		selector.go#L720: 	if len(t.selectors) == 0 {
		selector.go#L724: 	for _, sel := range t.selectors {
		selector.go#L734: 	for _, sel := range s.selectors {