Posts tagged “modules”
2 posts found
TypeScript Namespace vs Module in 2026: When Declaration Files Still Need Namespaces
July 19, 2026
Most TypeScript teams avoid namespaces entirely, but declaration files and third-party type augmentation still require them. Learn when namespaces remain essential and how to use them correctly.
typescriptnamespacesmodules+2
Top-Level Await: Simplifying Async Module Loading
February 19, 2026
Discover how top-level await eliminates the IIFE pattern and transforms async module initialization in modern JavaScript applications.
javascriptasyncmodules+1