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

Method addonPreprocessTree

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

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

(type, tree)

Source from the content-addressed store, hash-verified

628 @return {Tree} Processed tree
629 */
630 addonPreprocessTree(type, tree) {
631 return addonProcessTree(this.project, 'preprocessTree', type, tree);
632 }
633
634 /**
635 Runs addon lintTree hooks and returns a single tree containing all

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected