Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 725 Bytes

roadmap.md

File metadata and controls

29 lines (18 loc) · 725 Bytes

Loader Spec: The Road Ahead

The Road Ahead

note: A good chunk of this spec is out of date and is undergoing revision to realign it with Service Worker, the JS Realms API, and the dynamic import() feature.

Milestone 0: Basic Static Loading

  • Name resolution (relative URLs, maybe absolute URLs)
  • Fetch integration
  • <script type="module">
  • memoization

Milestone 1: Basic Dynamic Loading

  • Worker invocation API
  • Dynamic (async) import API
  • Module instance object reflection
  • Relative import syntax (import local from this;)

Milestone 2: Extensibility

  • registry reflection
  • loading pipeline hooks

Milestone 3: Conveniences

  • Site packages