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

Method _nodeModuleTrees

lib/broccoli/ember-app.js:839–853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

837 }
838
839 _nodeModuleTrees() {
840 if (!this._cachedNodeModuleTrees) {
841 this._cachedNodeModuleTrees = Array.from(
842 this._nodeModules.values(),
843 (module) =>
844 new Funnel(module.path, {
845 srcDir: '/',
846 destDir: `node_modules/${module.name}/`,
847 annotation: `Funnel (node_modules/${module.name})`,
848 })
849 );
850 }
851
852 return this._cachedNodeModuleTrees;
853 }
854
855 _addonBundles(type) {
856 if (!this._cachedAddonBundles[type]) {

Callers 1

getExternalTreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected