Javascript - Resolver

About

Resolver are function that:

  • takes a dependency specifier (ie import or require) as input
  • and returns a full file path

They are used by all tools that needs to build a dependency graph such as a bundler





Discover More
Javascript Module - Dependency Graph

This page is the dependency graph between module. The dependency graph is build from a single module (called the entry point) for a ESM module with the import statement for a commonJs module (node...
Web - Build Operations / Build Pipeline

This page is the build operation for the web. A build pipeline will: transform (compile) bundle and optimize web code html, css (less, ...) Javascript (Javascript Module, React Jsx,...



Share this page:
Follow us:
Task Runner