1. X
  2. Anders Hejlsberg
લોગ ઈનસાઈન અપ
Anders Hejlsberg
257 posts
user avatar
Anders Hejlsberg
@ahejlsberg
Technical Fellow at Microsoft
Seattle
September 2012ના રોજ જોડાયા
75
અનુસરે છે
50.1 હજાર
અનુયાયીઓ
પ્રત્યુતરોપ્રત્યુતરોમીડિયામીડિયા

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·ઉપલ્બધતા·Ads Info·© 2026 X Corp.
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    8 જુલાઈ
    Huge milestone for our team today: TypeScript 7 is now generally available--a native port that runs 10x faster. @typescript
    Announcing TypeScript 7.0 - TypeScript
    devblogs.microsoft.com તરફથી
    6 લાખ
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    14 માર્ચ, 2025
    Really enjoyed speaking with @mattpocockuk this morning... youtube.com/watch?v=NrEW7F… @typescript
    LIVE: Anders Hejlsberg on TypeScript’s Go Port
    youtube.com તરફથી
    69 હજાર
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    11 માર્ચ, 2025
    Thrilled to announce...
    A 10x Faster TypeScript - TypeScript
    devblogs.microsoft.com તરફથી
    15 લાખ
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    12 માર્ચ, 2024
    The new —ultraStrict option where you must double check everything! Actually, no. It’s a bug. Fix has been merged. github.com/microsoft/Type…
    user avatar
    Haz
    @diegohaz
    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);
    1 લાખ
  • user avatar
    Anders Hejlsberg
    @ahejlsberg
    8 જાન્યુ, 2024
    Probably the most issues I've closed in a single PR. Happy we're finally able to improve this. @typescript
    Preserve type refinements in closures created past last assignment by ahejlsberg · Pull Request...
    github.com તરફથી
    73 હજાર