TypeScript.fm

@typescript.fm

The two TypeScript Fools, @kamranicus.com and @erikonarheim.com, get together once a week to bring you news, updates, and interviews about TypeScript and the broader web development ecosystem.

Lovely to have ts-loader's benchmark harness get a shout out on @typescript.fm - feel free to steal the code! For those curious the performance with the 7.1 APIs is comparable with the 6.x APIs. Before shipping things will likely improve further! github.com/TypeStrong/t...

Support TypeScript 7.1 API by Copilot · Pull Request #1704 · TypeStrong/ts-loader

Copilot didn't write this - I did! The below can also be found in the CHANGELOG.md. This is a ground-up rewrite of ts-loader's compilation engine. Instead of driving TypeScript's classi...

github.com

TypeScript.fm@typescript.fm · 19h ago

Community highlights 💖 - @honk.foo shares Porforr Alpha tooling updates - @johnnyreilly.com on TS migration benchmarking - @joshuakgoldberg.com interviews @danr.bsky.social on future of TS 7 - Niklas Gruhn explains Lean via TS - Hugo Vilela on patching the TS compiler to add up nine numbers

Work on the ts-loader migration to TypeScript 7.1 continues. Bug fixes by @andrewbran.ch have simplified the code. There's going to be a number of breaking changes as we drop esoteric / little used ts-loader features. I'll put a blog out talking about these so folks know github.com/TypeStrong/t...

Support TypeScript 7.1 API by Copilot · Pull Request #1704 · TypeStrong/ts-loader

Copilot didn't write this - I did! The below can also be found in the CHANGELOG.md. This is a ground-up rewrite of ts-loader's compilation engine. Instead of driving TypeScript's classi...

github.com

when we started the podcast, we were initially like... a weekly show? how much news will there REALLY be, I mean... it's just TypeScript, right ? 🤷‍♂️ now, over a year of episodes later... yeah. ya'll are busy bees. thanks for listening!

a long list of chapters for the episode, making for a lot of (good) news

If you’re not stalking TypeScript PRs, you might be surprised how much you can do with the API in nightlies (and even in 7.0 stable), so here’s a tiny demo that I think hits some of the highlights. 🧵

A package.json in VS Code after npm installing typescript@next

Thanks for mentioning the APIs and arethetypeswrong! ❤️ I feel like I need to get the word out that the compiler APIs are available today in nightlies, and even in 7.0, they’re just under “typescript/unstable” to make it clear that we reserve the right to make breaking changes before 7.1.

Lovely to see the work being done on migrating ts-loader to support TypeScript 7.1 get a shout out on TypeScript FM ❤️ Outside of that, thanks for the congratulations on the good news I recently had around my cancer treatment. God willing, I'll have even more good news in future!

Migrating ts-loader to TypeScript 7.1 with AI

How I used AI to migrate ts-loader to TypeScript 7.1.

johnnyreilly.com

TypeScript.fm@typescript.fm · 4w ago

Today on the pod: TS 7.1 plans, native JSX in ASP.NET Core, Elysia 2 beta rewrite, plus semver-ts, type-safe TSConfig builders & more from the community. share.transistor.fm/s/78c21519 #typescript

Vite 8.2 is out 🚀 • Top-level `input` option: No need to use `build.rolldownOptions` • Warnings for config features the native loader can't handle yet • PostCSS config type export for type-safe configs • Dev URLs now labeled by their interfaces More info in the changelog github.com/vitejs/vite/...

github.com

A fake corepack site at corepack[.]org is impersonating the Node.js Corepack tool and pushing malware to developers. The download button drops an infostealer that steals browser data and SSH keys, plus proxyware that turns your machine into a proxy node. socket.dev/blog/fake-co...

Fake Corepack Site Distributes Infostealer and Proxyware to ...

A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

socket.dev