
TypeScript.fm - The Friendly Show for TypeScript Developers TypeScript Won, Type-safe Regex, and Import from... Python? | News | Ep 42
18 snips
Nov 4, 2025 TypeScript is now GitHub's most popular language—an exciting milestone for developers! Discover how ArkRegex makes regex type-safe, transforming your coding experience. Plus, learn about Vercel's new support for the Bun runtime, enhancing app deployment. The hosts dive into AnalogJS, a meta-framework for Angular, and uncover Rendu, a JS hypertext preprocessor. Find out how to tackle npm security with Safe Chain and explore the capabilities of the polyglot runtime that allows TypeScript to import Python. Don't miss the tips for useful CLI tools!
AI Snips
Chapters
Transcript
Episode notes
Why TypeScript Won In 2025
- TypeScript became GitHub's most used language driven by frameworks scaffolding TypeScript by default and AI-assisted development.
- Hosts argue types provide context that improves both human and LLM-generated code quality.
Use LLMs With TypeScript For Migrations
- Try using LLMs with TypeScript for migrations and code generation because types reduce ambiguity and reveal errors earlier.
- Kamran reports a Copilot prompt fully migrated an MCP server to Azure Functions without manual edits.
Type-Safe Regular Expressions
- ArkRegex (ArcRegex) provides type-only, compile-time typed regular expressions that evaporate at runtime.
- It yields typed tuples and named capture types so editor tooling catches mismatched groups early.
