Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function toHtml(source, input) {
return bemxjst.compile(ibem + source, {}).apply.call(input);
}
common.toHtml;
match: function (json) {
var srcjs = compat.transpile(this.src),
compiled = bemxjst.compile(srcjs, {});
return beautifyHtml(compiled.apply.call (json));
}
};