Skip to content

Commit 1daf62f

Browse files
author
Dave Herman
committed
Merge pull request #70 from whatwg/add-roadmap
initial skeleton for roadmap, no text yet
2 parents 214c7a6 + ff8d4ed commit 1daf62f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

roadmap.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Loader Spec: The Road Ahead
2+
3+
![The Road Ahead](http://img.archiwumallegro.pl/?1187401430)
4+
5+
## Stage 0: Basic Static Loading
6+
7+
- Name resolution (relative URLs, maybe absolute URLs)
8+
- Fetch integration
9+
- <script type="module">
10+
- memoization
11+
12+
## Stage 1: Basic Dynamic Loading
13+
14+
- Worker invocation API
15+
- Dynamic (async) import API
16+
- Module instance object reflection
17+
- Relative import syntax (`import local from this;`)
18+
19+
## Stage 2: Extensibility
20+
21+
- registry reflection
22+
- loading pipeline hooks
23+
24+
## Stage 3: Conveniences
25+
26+
- Site packages
27+

0 commit comments

Comments
 (0)