barbatus / typescript-compiler

TypeScript Compilers for Meteor
14 stars 9 forks source link

Error wrongly cached during compilation #25

Open MastroLindus opened 6 years ago

MastroLindus commented 6 years ago

Hi,

first of all thank you for the whole suite of meteor-typescript packages, they are incredibly useful.

I have been using them for a while and, except for the bad state of typings of Meteor and atmosphere packages, they have been working very nice.

I have only one issue that I experience rarely: 1)I have one (or more) errors in my typescript compilation and I can see them in visual code and in the terminal 2)I fix them (and visual code is happy again) 3)I still see them in the terminal, even when I am 100% I fixed them. (I have one currently that complains about the name of a variable that I just created, I replaced the name with the correct one and the error still shows me the old name) 4)They stay in the terminal for quite some time, they survive following compilations, a restart from meteor, a deletion of .meteor/local/builder-cache. 5) Eventually they go away, but I didn't identify yet what causes that

I am not sure where this could be cached, whether it's in meteor, in typescript, babel or else. But I would definitely appreciate some way to clean it up.