Searched refs:Handlebars (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a/tools/conventional-changelog-tf-a/ |
A D | index.js | 11 const Handlebars = require("handlebars"); constant 30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) { 42 Handlebars.registerHelper("tf-a-concat", function () { 70 Handlebars.registerHelper("tf-a-notes", function (noteGroups, options) { 104 Handlebars.registerHelper("tf-a-commits", function (commitGroups, options) { 143 Handlebars.registerPartial("commitUrl", config.commitUrlFormat); 144 Handlebars.registerPartial("compareUrl", config.compareUrlFormat); 145 Handlebars.registerPartial("issueUrl", config.issueUrlFormat); 155 Handlebars.registerPartial("tf-a-note", notePartial); 156 Handlebars.registerPartial("tf-a-note-section", noteSectionPartial); [all …]
|
Completed in 3 milliseconds