Chris Krycho

Results 673 comments of Chris Krycho

They're also building some docs around this [here](https://github.com/Microsoft/TypeScript-wiki/pull/169/).

You may also find our implementation in [ember-cli-typescript](https://github.com/typed-ember/ember-cli-typescript/tree/master/lib/incremental-typescript-compiler) helpful. We (really: @dfreeman) did a bunch of work to make it integrate nicely into a broccoli pipeline.

Just came here to say that this is one of the *significant* gaps I feel compared to VS Code or Sublime. I'll also note that I would *very* much want...

If you try installing that directly *without* Volta, does it work normally?

Sorry, just saw this (have been busy on other stuff!). From the error messages @JamesPHoughton shared and the description of what people are seeing, it *looks* like that’s probably coming...

For anyone following on the thread, and per my edit (which you would not have gotten notified about), this is all in our own code; there is no upstream. 🤦🏻‍♂️...

Request for more info from folks on the thread who are hitting this: what operating system are you using? We have at least one confirmed Mac user, but I’d like...

Hey all, I just pushed up a branch and draft PR at #1784, which you should be able to check out and build, and then use locally. The testing workflow...

@effervescentia Thanks! Since it’s truncated, I assume that's where it hangs? (Also, for reference, if you could copy and paste the actual text into a code snippet rather than screenshotting...

Okay, I have done some more debugging locally and… I need to figure out what I need to change so that `trace!` prints from *all* crates, not just the *core*...