Log inSign up
Anders Hejlsberg
256 posts
Image
user avatar
Anders Hejlsberg
@ahejlsberg
Technical Fellow at Microsoft
Seattle
Joined September 2012
75
Following
49.1K
Followers
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Mar 11, 2025
    Thrilled to announce...
    Image
    A 10x Faster TypeScript - TypeScript
    From devblogs.microsoft.com
    1.5M
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Nov 1, 2021
    25 years at Microsoft today. Can't believe it's been that long, but still having fun!
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Oct 1, 2022
    Amazing it is 10 years today since @TSteveLuc, @lukehoban and I unveiled @typescript at @GOTOcon in Aarhus, Denmark. Would've never imagined our success, or still being at it 10 years later. What a fun ride! youtube.com/watch?v=3dqZW_โ€ฆ devblogs.microsoft.com/typescript/tenโ€ฆ
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jul 20, 2023
    Today weโ€™re releasing TypeChat (microsoft.github.io/TypeChat/blog/โ€ฆ), an open source project that uses AI to bridge between natural language and application schema and APIs. It uses TypeScript in novel and interesting ways. Check it out and let us know what you think. @TypeScript
    300K
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Mar 12, 2024
    The new โ€”ultraStrict option where you must double check everything! Actually, no. Itโ€™s a bug. Fix has been merged.
    user avatar
    Haz
    @diegohaz
    Mar 7, 2024
    Just another day working with TypeScript.
    The following TypeScript code shows a type error when passing the value constant to the setState function:

if (value === undefined) return;
store.setState(key, value);
    The following TypeScript code doesn't show any type error:

if (value === undefined) return;
if (value === undefined) return;
store.setState(key, value);
    Image
    Fix nullability intersections in CFA and relations by ahejlsberg ยท Pull Request #57724 ยท microsof...
    From github.com
    120K
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jun 16, 2020
    Variadic tuple types are coming to TypeScript 4.0. @typescript #TypeScript
    Image
    Variadic tuple types by ahejlsberg ยท Pull Request #39094 ยท microsoft/TypeScript
    From github.com
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jul 30, 2018
    TypeScript 3.0! Some good stuff in this one!
    user avatar
    TypeScript
    @typescript
    Jul 30, 2018
    ๐ŸŽ‰ TypeScript 3.0 is here!!!! ๐ŸŽ‰ Check out project references, extractable parameter lists, easier errors, and more! blogs.msdn.microsoft.com/typescript/201โ€ฆ
    Image
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jan 8, 2024
    Probably the most issues I've closed in a single PR. Happy we're finally able to improve this. @typescript
    Image
    Preserve type refinements in closures created past last assignment by ahejlsberg ยท Pull Request...
    From github.com
    72K
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Nov 12, 2020
    Replying to @gvanrossum
    Welcome Guido. So looking forward to working with you.
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jan 20, 2018
    Conditional Types are coming to TypeScript (slated for the 2.8 release). #TypeScript @typescriptlang
    Image
    Conditional types by ahejlsberg ยท Pull Request #21316 ยท microsoft/TypeScript
    From github.com
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Aug 31, 2020
    Been working on a fun new feature, Template String Types:
    Image
    Template literal types and mapped type 'as' clauses by ahejlsberg ยท Pull Request #40336 ยท microso...
    From github.com
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Jun 12, 2018
    Fun with functions! Strong typing of variadic higher order functions coming to TypeScript.
    Image
    Tuples in rest parameters and spread expressions by ahejlsberg ยท Pull Request #24897 ยท microsoft/...
    From github.com
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Mar 4, 2019
    Really excited about this one...
    Image
    Higher order function type inference by ahejlsberg ยท Pull Request #30215 ยท microsoft/TypeScript
    From github.com
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    Nov 5, 2019
    Lots of good stuff in this one!
    user avatar
    TypeScript
    @typescript
    Nov 5, 2019
    TypeScript 3.7 is finally here! โœ” Optional Chaining & Coalescing โœ” Assertion Functions โœ” .d.ts Emit From .js Files โœ” Smarter Control Flow Analysis โœ” Flatter Error Messages and more! Check out the blog post today! devblogs.microsoft.com/typescript/annโ€ฆ
    Image
    GIF

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

TermsยทPrivacyยทCookiesยทAccessibilityยทAds Infoยทยฉ 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
Advertisement
Advertisement