barbatus / typescript-compiler

TypeScript Compilers for Meteor
14 stars 9 forks source link

Unexpected \n in terminal #5

Closed hlehmann closed 8 years ago

hlehmann commented 8 years ago

Each time meteor is compiling sources it add two new line in the terminal.


=> Client modified -- refreshing

=> Client modified -- refreshing (x2)

=> Client modified -- refreshing (x3)

Probably due to: https://github.com/barbatus/ts-compilers/blob/master/compilers/basic_compiler.js#L233

barbatus commented 8 years ago

It's was intentional, otherwise it logs each next warning/error on the same line with 'Client modified -- refreshing'. Is it really annoying? If yes I'll consider to remove it.

hlehmann commented 8 years ago

Hum yes... could we check this.compilerOptions.diagnostics before ? but I'm not sure when ***** New typings have been added ***** occure