Tag

module-loader

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Jun 22, 2020 · Fundamentals

How VS Code Implements Multi‑Language Support: Deep Dive into NLS and Module Loading

This article explains how VS Code’s complex Electron‑Node architecture handles internationalization by using a custom NLS system, language‑pack plugins, compile‑time AST analysis, and a specialized AMD loader to map source‑code calls to localized strings at runtime.

ElectronVSCodei18n
0 likes · 16 min read
How VS Code Implements Multi‑Language Support: Deep Dive into NLS and Module Loading
Qunar Tech Salon
Qunar Tech Salon
Oct 21, 2015 · Frontend Development

Analysis of JD.com Homepage Frontend Architecture and Lazy‑Loading Techniques

The article examines JD.com’s homepage front‑end architecture, detailing its use of SeaJS, a custom jQuery build, lazy‑loading, localStorage caching, module organization, and code‑splitting strategies, and compares these techniques with typical web development practices.

Lazy Loadingcachingfrontend
0 likes · 8 min read
Analysis of JD.com Homepage Frontend Architecture and Lazy‑Loading Techniques