Files
lynchmark/tests/4_transpiler/outputs/google_gemini-3.1-pro-preview.js
2026-02-19 16:23:35 +00:00

7 lines
236 B
JavaScript

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