Slava Oliyanchuk
Slava Oliyanchuk
```js block('page')( tag()('body'), block('content').tag()('article'), block('footer').tag()('footer') ) ``` P.S. Test needed.
Examples: http://goo.gl/SBJszu More examples: https://goo.gl/lhxXE9
Check benchmarks. Собрать все миксы, и следить за их порядком, что важно для приоритета выполнения шаблонов.
After https://github.com/bem/bem-xjst/issues/352 it becomes apparent that we can not live without mocha tests ;)
[Test case](http://bem.github.io/bem-xjst/?bemhtml=block%28%27a%27%29.cls%28%29%28%27%20%20btn%20%20%27%29%3B%0Ablock%28%27b%27%29.cls%28%29%28%27url%3D"a%3Db%26c%3Dd"%27%29%3B&bemjson=%28%5B%0A%20%20%20%20%7B%20block%3A%20%27a%27%20%7D%2C%0A%20%20%20%20%7B%20block%3A%20%27b%27%20%7D%0A%5D%29%3B).
> We have setup a milestone for tracking all of our JSCS compatibility issues. https://github.com/eslint/eslint/milestone/15 > ... > We recommend holding off on switching from JSCS to ESLint until most...
Related to https://github.com/enb/enb-bemxjst/issues/139
https://goo.gl/6wUTNK @veged @tadatuta @zxqfox `xjstOptions()` realy needed? Should we fix it or should we drop it?