coderaiser

Results 257 comments of coderaiser

Fixed in #68.

There is reasons like: - converting mistakes into errors - simplifying variable uses - making eval and arguments simpler - "securing" JavaScript - paving the way for future ECMAScript versions...

@eventualbuddha, unfortunately no, because babel plugins only `transform`, and not `report`. `Putout` can `find`, `fix` and `report`, this is a thing which is similar in `putout` and `eslint`(but `putout` has...

> This would break the current behavior. You can increase major version. If you already `return obj` in your function, what is the reason to mutate parameter object? What profit?...

Added ability to use `createWriteStream`, `createReadStream` in https://github.com/sallar/dropbox-fs/pull/12

Would be amazing to have `imports` support. Everybody uses `imports` but not everybody uses `generics` :).

I think the best possible `process.version` would be Nodejs LTS that Bun going to be compatible with and for Bun version it can be `process.bunVersion` or something like this.

Hi Brad, there is no such feature as logging right now, but that's a good idea for a Pull Request :).

There is no such possibility.