We just released TypeScript 3.8 Beta! Try out our new features like type-only imports, and ECMAScript features like private fields, `export * as foo`, top-level 'await', and more! devblogs.microsoft.com/typescript/ann…
@typescript I am super excited for type-only imports. Thank you for making this happen @atcb!
@typescript @drosenwasser @drosenwasser Great work on all these super detailed changelogs 👏
@typescript I’m not sure the arguments for using `private` convince me. It’d be cool to have it translated as the # version used by JavaScript instead of having both. Sure, it’s a breaking change but I guess it makes sense to force this correction.
@typescript @drosenwasser I love it that we finally have real private fields! Thanks!
@typescript Can we declare a hard private property as a constructor argument: `constructor(#foo: string) {}` as we can do with private: `constructor(private foo: string) {}`?
@typescript This announcement missed in your RSS feed devblogs.microsoft.com/typescript/fee… Could you check it please?