We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214c7a6 + ff8d4ed commit 1daf62fCopy full SHA for 1daf62f
roadmap.md
@@ -0,0 +1,27 @@
1
+# Loader Spec: The Road Ahead
2
+
3
+
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