Node.js Module Resolution

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.

Rust · 5
JavaScript · 4
TypeScript · 2
resolver ·1,786
node ·1,737
resolve ·1,737
module ·1,737
nodejs ·1,656
javascript ·1,592
require ·1,592
modules ·1,592
eslint ·827
eslint-plugin-import ·827