awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms

1 repo

Awesome GitHub RepositoriesModule Resolution Utilities

Tools and configurations for mapping import paths to physical files during the build or runtime process.

Distinguishing note: Focuses on the mechanics of path mapping and module location rather than general package management.

Explore 1 awesome GitHub repository matching development tools & productivity · Module Resolution Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Module Resolution Utilities

Awesome Module Resolution Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • evanw/esbuild

    evanw/esbuild

    39,787View on GitHub↗

    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 substitutes packages, applies custom conditions for package exports, and configures how modules are located during the bundling process to ensure correct file mapping.

    Gobundlercommonjscompiler
    39,787View on GitHub↗