Searched refs:subsections (Results 1 – 6 of 6) sorted by relevance
85 subsections:88 subsections:145 subsections:594 subsections:614 subsections:658 subsections:730 subsections:1101 subsections:1193 subsections:1223 subsections:[all …]
38 function getScopes(subsections) { argument39 return subsections.flatMap(subsection => {41 const subscopes = getScopes(subsection.subsections || []);48 const scopes = getScopes(changelog.subsections).sort(); /* Sort alphabetically */
47 function getSections(subsections) { argument48 return subsections.flatMap(subsection => {53 "sections": getSections(subsection.subsections || []),60 const sections = getSections(changelog.subsections);
58 const subsections = flattenSections(section.sections || []);60 return [section].concat(subsections);
111 subsections:115 subsections:
1590 defined. They are listed in the following subsections. Some of them must be
Completed in 10 milliseconds