We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1615949 commit 812156dCopy full SHA for 812156d
roadmap.md
@@ -2,26 +2,26 @@
2
3

4
5
-## Stage 0: Basic Static Loading
+## Milestone 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
+## Milestone 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
+## Milestone 2: Extensibility
20
21
- registry reflection
22
- loading pipeline hooks
23
24
-## Stage 3: Conveniences
+## Milestone 3: Conveniences
25
26
- Site packages
27
0 commit comments