coderaiser

Results 257 comments of coderaiser

That's a good idea for a pull request :).

@code-forger yes, that's amazing idea for a PR :).

Could you please tell me what kind of an error do you have? And add test please, so this bug never returns again :)

This is amazing idea for a Pull Request :)! `minify` should definitely support `ejs`, and other unknown files according to passed type.

> I see that in help the arguments --html, --css and --js are already supported. Should I use these? Yes, it runs minifying according to supported types

Would be amazing if you use [yargs-parser](https://www.npmjs.com/package/yargs-parser) for this purpose and move all logic to `lib/cli.js` and add tests with one assertion per test in file `lib/cli.spec.js`, and it can...

Looks like default options are missing https://github.com/terser/terser, do you have any ideas what should be added?

Sounds reasonable, are you willing for a PR?

I'm using `node-pty` with [gritty](https://github.com/cloudcmd/gritty) and `node-pty-prebuilt` reduces installation time drastically on `linux`: Install using `node-pty`: ``` + [email protected] added 96 packages in 40.985s ``` Install using `node-pty-prebuilt`: ``` +...

> This feature would ideally use the with [keyword](https://tc39.es/ecma262/#sec-keywords-and-reserved-words) to denote attributes, but there are existing implementations based on a previous version of the proposal using the assert [keyword](https://tc39.es/ecma262/#sec-keywords-and-reserved-words). Due...