
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
Polyglot Runtime: Import Python From TS
- Allied.dev is a polyglot runtime on GraalVM that lets TypeScript import and call Python (and other languages) with types.
- It compiles all languages to a shared bytecode enabling cross-language references and high performance.
Detect Circular Dependencies Fast
- Use dpdm to detect and locate circular dependencies in large TypeScript codebases.
- The tool produces readable reports that speed debugging of bundler failures and circular import issues.
Lightweight Workflow Engine
- Flowcraft is a lightweight TypeScript workflow engine offering nodes, edges, retries, fallbacks, and diagram generation.
- It includes linters to find orphan nodes and adapters for distributed execution across cloud providers.
