MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / preprocessTree

Function preprocessTree

tests/unit/broccoli/default-packager/styles-test.js:234–238  ·  view source on GitHub ↗
(type, tree)

Source from the content-addressed store, hash-verified

232 addons: [
233 {
234 preprocessTree(type, tree) {
235 addonPreprocessTreeHookCalled = true;
236
237 return tree;
238 },
239 postprocessTree(type, tree) {
240 addonPostprocessTreeHookCalled = true;
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…