module icon indicating copy to clipboard operation
module copied to clipboard

A modern JavaScript module system

module

A modern JavaScript module system. Based on building other module systems and supporting multiple kinds of projects and uses of those systems.

  • Story Time - Start here. Go through the process of building up the API from a smaller starting point.
  • Cycles - Deeper dive on cycles, circular dependencies.
  • Inlining - The case for module inlining.

Mechanics:

Perspectives from other module systems: