Files
lynchmark/tests/4_transpiler/outputs/minimax_minimax-m2.1.js
2025-12-23 02:41:05 +00:00

7 lines
285 B
JavaScript

async function renderTemplate(template, data) {
window.Handlebars || await import('https://cdn.jsdelivr.net/npm/handlebars@4.7.7/dist/handlebars.min.js');
return window.Handlebars.compile(template)(data);
}
export default renderTemplate;
// Generation time: 42.558s
// Result: FAIL