Sergey Belov

Results 110 comments of Sergey Belov

Let's try to reuse strings with closing tags. We could save them to the hash by tag name and then use them from `render.close()`. This could reduce copying operations in...

@indutny What is this task about? Why is it needed?

This chunk of code should be fixed. In case of `.mjs` extension `import()` should be used to load config, not `require()`. https://github.com/Unitech/pm2/blob/master/lib/Common.js#L314-L318 ```js else if (filename.indexOf('.config.js') > -1 || filename.indexOf('.config.cjs')...

@orgads Which version contains the fix?

Можно это делать опциональным 31.10.2014, 23:00, "Vladimir Grinenko" [email protected]: > так, конечно, выглядит красивее, но не боишься сделать изучение инструмента слишком сложным из-за обилия абстракций? > > — > Reply...

@andrewblond - оставить возможность подключать модули технологий через `require()` - оставить возможность передать хешик со всеми параметрами в каждую технологию

@richardeoin Merge this PR, please

@andrewblond Why not just use the generic prefixes consistently in all the techs? - `targetDirs`, `targetFiles`, `targetBemjson` - `sourceDeps`, `sourceLevels`, `sourceFiles`, `sourceBemjson` - (no prefix for options) `browsers` and so...

@andrewblond I don't like the distinction between `target` and `targets`, `source` and `sources`. What if some of sources are optional? Than I have to write single nested option: ``` js...