Ivan Nikolić

Results 102 comments of Ivan Nikolić

I’ve created [pull request](https://github.com/substack/bundle-collapser/issues/17) for this issue. Implementation could be changed if you would like more expressive or easier approach. Also, it works only from API, I don’t know how...

`assert` module has been update in [updated version](https://github.com/niksy/node-stdlib-browser) of `node-libs-browser`, so you can try that!

@sokra I see that your commit was the last one in the repository, so I’ll try to ping you. Is there anything else that could be done to merge this?

If anyone is looking for up-to-date implementation, I’ve created [package](https://github.com/niksy/node-stdlib-browser) which includes latest Node features.

I agree. `node-libs-browser` is still very useful, but should be deprecated and that should be communicated when installing it. As alternative, I’ve made [package](https://github.com/niksy/node-stdlib-browser) which forks this one and adds...

Since `node-libs-browser` is not active and updated anymore, I’ve taken time and created [package](https://github.com/niksy/node-stdlib-browser) which is based on this one but updates it to modern implementation.

If anyone is still facing this problem, I’ve created [updated version](https://github.com/niksy/node-stdlib-browser) of `node-libs-browser` which updates these API changes.

@cuth would you be willing to accept PR for this change? I think this could open additional possibilities to improve this plugin (e.g. alternative ways for ignoring properties).

My suggestion, and this is from the top of my head - **Kino**. It’s simple, short and has [connections with movies](https://translate.google.com/#ru/en/%D0%BA%D0%B8%D0%BD%D0%BE). Also, [used in Stargate Universe](http://stargate.wikia.com/wiki/Kino).

The process would definitely use Rollup to prepare CommonJS exports as default and ESM exports as optional. For example, PHP `number_format` would look like this for CommonJS: ```js const numberFormat...