Utku Gultopu

Results 6 comments of Utku Gultopu

You can use the [`no-unnecessary-condition` rule from TypeScript ESLint](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unnecessary-condition.md) for this.

It doesn't work from the command line debugger either. I get "Could not resolve breakpoint - undefined" error when I try to set the breakpoint: ``` $ node inspect basic-stream.js...

That defeats the purpose because now the callback is being defined at the place that it is passed (to a function). The purpose was to define a "general-purpose" callback _once_,...

> Can you also take care of reverting the 2 files that should not be altered, thank you. Currently they just have whitespace changes, which is the result of my...