(project, type, tree)
| 40 | } |
| 41 | |
| 42 | function callAddonsPostprocessTreeHook(project, type, tree) { |
| 43 | return addonProcessTree(project, 'postprocessTree', type, tree); |
| 44 | } |
| 45 | |
| 46 | /* |
| 47 | Creates an object with lists of files to be concatenated into `vendor.js` file. |
no outgoing calls
no test coverage detected
searching dependent graphs…