@dfreeman wrote:
Hi folks! The ember-cli-typescript maintainers are evaluating our options for continuing to improve the performance, ergonomics and stability of the addon in light of some doors the impending Babel 7 release opens. We’re hoping to gather a little data about how you’d like to be using the addon when it comes to type errors. In an ideal world, would a TypeScript type error during your normal development flow cause the build to fail?
- Yes, I’d like the build to explode and make it clear to me that I’ve broken something
- No, I’d rather typecheck separately from the normal build flow (e.g. run
tsc
by hand and/or in CI)- No, I don’t care about type errors
- I’m not sure; I’ll likely just do whatever the default is
0 voters
To be clear, we’re not discussing forcing this behavior on anyone, only asking whether in your ideal workflow, it would be the case. If you have specific thoughts beyond just answering the poll, we’d love to hear them!
Posts: 8
Participants: 7