MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / callAddonsPostprocessTreeHook

Function callAddonsPostprocessTreeHook

lib/broccoli/default-packager.js:42–44  ·  view source on GitHub ↗
(project, type, tree)

Source from the content-addressed store, hash-verified

40}
41
42function 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.

Callers 4

processTemplatesMethod · 0.85
processJavascriptMethod · 0.85
packageStylesMethod · 0.85
processTestsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…