kratiahuja / broccoli-tslinter

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

Consider not emitting empty test files #1

Closed mfollett closed 7 years ago

mfollett commented 8 years ago

Right now when disableTestGenerator is true this plugin emits empty JS files. This clutters up the output directory. Why not just skip emitting a file altogether in that case?

kratiahuja commented 8 years ago

Hey @mfollett, sorry for the delayed response. I was on vacation and I am still catching up. I'll look into this and reply by soon.

kratiahuja commented 8 years ago

I think PR would probably fix this issue.

kratiahuja commented 7 years ago

Closing this. Please reopen if the PR hasn't fixed the issue.