Val Town Rewrites TypeScript Integration for Blazing-Fast Performance

Val Town has completely rewritten its online editor's TypeScript integration, replacing the previous client-side Web Worker-based implementation with a cloud container-based Deno Language Server. This addresses issues with slow NPM package imports and TypeScript/Deno incompatibility in the old system, achieving 100ms deploy-on-save speeds. The new system leverages Cloudflare Containers to ensure user workload isolation and resource limits, and all code is open-sourced, providing developers with a smoother, more efficient TypeScript development experience.
Read more