Searched refs:depSets (Results 1 – 1 of 1) sorted by relevance
109 depSets LintDepSets member147 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder {148 if depSets.HTML != nil {149 l.HTML.Transitive(depSets.HTML)151 if depSets.Text != nil {152 l.Text.Transitive(depSets.Text)154 if depSets.XML != nil {155 l.XML.Transitive(depSets.XML)213 return l.outputs.depSets539 depSets: depSetsBuilder.Build(),[all …]