Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.15 KB

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: