UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

17 lines (13 loc) 456 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function genIterativeComponentMap(usingComponentsMap) { Object.keys(usingComponentsMap).map(function (page) { var compObj = usingComponentsMap[page]; Object.keys(compObj).map(function (comp) { if (usingComponentsMap[comp]) { compObj[comp] = usingComponentsMap[comp]; } }); }); } exports.genIterativeComponentMap = genIterativeComponentMap;