Steve Ognibene

Results 107 comments of Steve Ognibene
trafficstars

Hi - yes it's still open. It's mainly a lack of time to dig into it rather than intent. PRs definitely accepted that provide reasonable functionality for old TS (perhaps,...

After looking into this further, I think that the baseDir feature is not doing much for us anymore with the implementation of rootDir. I am going to work on getting...

Hi, It's not fixed. I recommend adding .baseDir.ts to your .gitignore file (or similar) and ignore it if at all possible. It's just a matter of digging in to this...

This should be fixed now thanks to @nobuoka and an additional tweak I've implemented. Please try on grunt-ts 6.0.0-beta.16. You will have to also specify `rootDir` in your `options` object...

This is a good report. We implemented the grunt-ts watch feature well before tsc supported watch itself. How would you propose fixing it?

It's certainly fine. Grunt is designed around "Do thing, stop, do next thing, stop" so watch has always been a bit awkward. At some point in the future I would...

Hi, we did change that code but this was not one of the intended results. I also think grunt-ts should respect the order used by tsc.

Is this a Visual Studio bug? I've never observed this with other file types in VS. (I can't recall ever having observed it with TypeScript either, though.)

Sorry we haven't fixed this yet. That sounds like the behavior that @rippo was experiencing. @basarat do you think a simple debounce would be good enough to work around this?

Hi @CodySchaaf - Sorry for not getting back to you sooner. Switching to external modules is definitely a tricky process. In general, grunt-ts should preserve the ordering identified by Grunt's...