Returns a list of trees for a given type, returned by all addons. @private @method addonTreesFor @param {String} type Type of tree @return {Array} List of trees
(type)
| 555 | @return {Array} List of trees |
| 556 | */ |
| 557 | addonTreesFor(type) { |
| 558 | return this._addonTreesFor(type).map((addonBundle) => addonBundle.tree); |
| 559 | } |
| 560 | |
| 561 | /** |
| 562 | Runs addon post-processing on a given tree and returns the processed tree. |
no test coverage detected