logoalt Hacker News

Progress on TypeScript 7 – December 2025

59 pointsby DanRosenwassertoday at 5:37 PM17 commentsview on HN

Comments

hamashotoday at 7:06 PM

I confused those features of the native language server, so here's the summary:

  - Go-to-Definition: For variables, jump to the declaration. For functions/classes/types, jump to its types or implementation.
  - Go-to-Type-Definition: For variables, jump to its type declaration instead of the variable declaration.
  - Go-to-Implementation: For interfaces/abstruct classes, jump to (multiple) implementations of the method. For compiled TypeScript file (like them under node_modules), jump to its implementation rather than .d.ts files.
zeroc8today at 8:16 PM

Love it. What a fantastic show case for Go.

bearttoday at 6:45 PM

I'm excited for this, but I'm not looking forward to yet another round of refactoring for all of the linters, formatters, bundlers, etc. I still haven't fully migrated every project I maintain to eslint 9.

show 1 reply
xiaomaitoday at 6:02 PM

is anyone using the preview releases in neovim yet?

show 1 reply
vivzkestreltoday at 5:56 PM

stupid question: why doesnt google chrome support native typescript execution on their chromium engine?

show 5 replies