awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Module Resolution Systems · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesModule Resolution Systems

Utilities for locating, fetching, and importing code dependencies from various sources, distinct from binary execution or function-level bridging.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Module Resolution Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Interoperability
  4. Interoperability
  5. Module Resolution Systems

Awesome Module Resolution Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    TypeScriptbuild-tooldev-serverfrontend

Explore sub-tags

  • Glob Import UtilitiesUtilities that enable the importing of multiple file system modules using pattern matching.
  • Import Optimization StrategiesTechniques for optimizing module imports by referencing specific APIs directly rather than relying on barrel files.
  • Remote Module LoadersSystems that resolve and load software dependencies from remote network locations using protocols like HTTPS.
Universal Module Resolvers
Flexible dependency management layers capable of resolving both local file paths and remote network resources.