Files
lynchmark/tests/4_transpiler/outputs/google_gemini-3-flash-preview.js
2025-12-17 16:44:44 +00:00

7 lines
234 B
JavaScript

const renderTemplate = async (template, data) => {
const { default: hb } = await import('https://esm.sh/handlebars');
return hb.compile(template)(data);
};
export default renderTemplate;
// Generation time: 14.517s
// Result: PASS