Searched refs:depSets (Results 1 – 1 of 1) sorted by relevance
82 depSets LintDepSets member116 func (l LintDepSetsBuilder) Transitive(depSets LintDepSets) LintDepSetsBuilder {117 if depSets.HTML != nil {118 l.HTML.Transitive(depSets.HTML)120 if depSets.Text != nil {121 l.Text.Transitive(depSets.Text)123 if depSets.XML != nil {124 l.XML.Transitive(depSets.XML)138 return l.outputs.depSets357 depSets: depSetsBuilder.Build(),[all …]