bem/bem-xjst

API for custom error logger

miripiruni opened this issue · 1 comments

Something like this:

const template = require('./bemhtml.js').BEMHTML;
template.prototype.onError = function(...) {}

@sbmaxx