kratiahuja / broccoli-tslinter

Broccoli Plugin to run linter on typescript files. Uses tslint internally.
MIT License
9 stars 6 forks source link

use of console.logs causes issues #4

Open stefanpenner opened 8 years ago

stefanpenner commented 8 years ago

https://github.com/kratiahuja/broccoli-tslinter/blob/master/index.js#L95 for example, prevents output sensitive tools like test output processors from working correctly.

Let me recommend instead https://github.com/visionmedia/debug

kratiahuja commented 8 years ago

@stefanpenner Thank you for catching that! I'll fix this sometime this week.

stefanpenner commented 8 years ago

@kratiahuja no problem, thanks for a cool lib!