1 repo
Interfaces for plugins to intercept and modify the module resolution process, including path redirection and virtual module creation.
Distinguishing note: Distinct from general module resolution as it specifically enables plugin-driven overrides and virtual module handling.
Explore 1 awesome GitHub repository matching development tools & productivity · Plugin Resolution Strategies. Refine with filters or upvote what's useful.
esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st
The bundler allows plugins to customize module path resolution by redirecting import paths, marking paths as external, or resolving paths to virtual modules.