MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / getAllPackageJSONFileItems

Method getAllPackageJSONFileItems

grunt/helpers/Plugins.js:76–81  ·  view source on GitHub ↗

@returns {JSONFileItem}

()

Source from the content-addressed store, hash-verified

74
75 /** @returns {JSONFileItem} */
76 getAllPackageJSONFileItems() {
77 return this.plugins.reduce((items, plugin) => {
78 items.push(...plugin.packageJSONFile.fileItems);
79 return items;
80 }, []);
81 }
82
83}
84

Callers 2

build-config.jsFile · 0.80
migration.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected