bh icon indicating copy to clipboard operation
bh copied to clipboard

BH template engine

Results 16 bh issues
Sort by recently updated
recently updated
newest added

``` js ctx.tProxy = function (prop) { ctx.tParam(prop, ctx.param(prop)); } ```

It's very nice of BH to expose `xmlEscape`, `attrEscape` and `jsAttrEscape`. These handy methods definitely should be documented.

Кажется, что `bh.require('depend')` выглядит интуитивне чем, `bh.lib.depend`. Плюс, для BEMHTML есть в планах сделать похожее поведение через `this.require`. Сделать можно сахаром поверх `bh.lib`, не ломая обратную совместимость.

`mix` mix classes and not `tags`, `attrs` and other `mixes` and it's a consistency problem. ## tags I want to use `link` block as mixin and not to hack it...