Returns the tree for all vendor files @public @method treeForVendor @param {Tree} tree @return {Tree} Vendor file tree
(tree)
| 850 | @return {Tree} Vendor file tree |
| 851 | */ |
| 852 | treeForVendor(tree) { |
| 853 | return tree; |
| 854 | }, |
| 855 | |
| 856 | /** |
| 857 | Returns the tree for all test support files |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…