Andrey Sitnik

Results 737 comments of Andrey Sitnik

Can you send PR to fix it?

Can you send PR with the fix?

Why Node.js behaviour with CJS to ESM converting for default exports (of module has only default export, export it as object without wrappers) do not work for webpack? It leads...

Nope, I am talking about different problem. You have dual CJS/ESM package: ```js // lib/index.mjs export default 'lib' ``` ```js // lib/index.cjs module.exports = 'lib' ``` For Node.js both constructions...

We may need to add it to [`clean-publish`](https://github.com/shashkovdanil/clean-publish/) first. `dual-publish` call it for the release. We will need to change only `--help` in `dual-publish`.

You can add custom filter, which will add `@rebindRoles` method to every block.

Or you can send PR with `evil.block.rebindRoles(@)` method.

Yeap, we need it ut maybe we should use more understandable syntax? ``` js 'init resize on window':-> ``` or ``` js 'now resize on window':-> ```

But here we block to use `init` event. So maybe: ``` js 'resize on window and init':-> ```