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

Method addonPostprocessTree

lib/broccoli/ember-app.js:594–596  ·  view source on GitHub ↗

Runs addon post-processing on a given tree and returns the processed tree. This enables addons to do process immediately **after** the preprocessor for a given type is run, but before concatenation occurs. If an addon wishes to apply a transform before the preprocessors run, they can in

(type, tree)

Source from the content-addressed store, hash-verified

592 @return {Tree} Processed tree
593 */
594 addonPostprocessTree(type, tree) {
595 return addonProcessTree(this.project, 'postprocessTree', type, tree);
596 }
597
598 /**
599 Runs addon pre-processing on a given tree and returns the processed tree.

Callers 2

toTreeMethod · 0.95
ember-app-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected