Sergey Berezhnoy

Results 33 issues of Sergey Berezhnoy

It will be great to have some performance comparison between OHM, Ometa/JS and custom parsers (such as Esprima).

help wanted

We can have a marketing site with ability to bundle custom selection of blocks to dist.

ready

It might be useful to have `update()`, `append()`, `prepend()` (and maybe `destruct()`) in an instance.

v4
ready
JS

``` js BEM.decl({block: 'foo'}, {prop: 42}); BEM.decl({block: 'foo', modName: 'type', modVal: 'bar'}, {prop: 100500}); BEM.create(‘foo’).prop; // 100500 ```

docs
v4
ready
v3

We can autogenerate Modules-Wrapper from ES2015 syntax. ### For simple cases (i.e. `dom.js`): ``` js modules.define('dom', ['jquery'], function(provide, $) { provide({ /* ... */ }); }); ``` ``` js import...

v4
in progress

In some cases bind made in `onInit()` may be _unnecessary_ collected and make penalty to performance. Need to investigate realness of the issue and possibility to fix this with current...

question
v4
JS