12 repos
Libraries and tools for resolving JavaScript/TypeScript module imports in Node.js and bundler environments. This cluster spans multiple implementations—from the canonical Node.js resolver to specialized variants in Rust (oxc-resolver, rspack-resolver, unrs-resolver) and JavaScript (resolve, node-resolve, import-meta-resolve)—reflecting the critical role module resolution plays across different build tools, runtimes, and language ecosystems. Learning this area means understanding how Node's resolution algorithm works, how bundlers customize it, and how to implement or extend it for different use cases.