Curious about what we're working on for the next 6 months? We'd love to hear your thoughts about our plans! github.com/Microsoft/Type…
@typescriptlang I think I'm going to need to find a new repository to help maintain 😂 ...but getting rid of the duplicated work & company binding would be nice. @drosenwasser how do you want messaging to happen on TSLint's side? Should there be a discussion?
@typescriptlang Please invest more in issues, its 3200+ at this moment. Any advice onthis one will be very helpful github.com/Microsoft/Type…
@typescriptlang Elvis operators or whatever they are called now!
@typescriptlang probably never happen but runtime types would be a game changer like github.com/gcanti/io-ts
@typescriptlang Would be nice to have an option in VS code to extract an interface from variable (content that you see in a hint when hover on variable)
@typescriptlang I'm not sure if this covered in the performance part of the roadmap. I wished the typescript compiler was faster without running in watch mode. I'm not sure if this relates to the usage of project references but waiting at least 1s for every test-run is annoying.
@typescriptlang "Declaration file fixes and refactorings" would be huge - especially the ability to locally fork @ types packages
@typescriptlang Patiently watching this issue: github.com/Microsoft/Type…
@typescriptlang There is no way for typescript to help detect when `this` is going to get lost?, specifically in the context of a React Componen when handling events.
@typescriptlang What about maintaining .Net core version of compiler for 3+ times speed up and saving memory?
@typescriptlang @Vjeux A guide for how to author & check & test .d.ts files alongside a JS lib would be really good. Most of the stuff I could find assumed you were adding to DefinitelyTyped. I’m still unclear if there’s a way to get TS to check the .d.ts against the source .js
@typescriptlang @alecdotbiz My most wanted feature: Haskell like function/type signatures please, make my function declaration readable again :)