Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 4f5455b

Browse files
committed
document instantiate spec
1 parent fb01972 commit 4f5455b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ function instantiate(load) {
377377
}
378378
```
379379

380+
_Note: The instantiate function is currently implemented based on an older spec concept. This is being
381+
updated to match the spec in the [next spec update](https://github.com/ModuleLoader/es6-module-loader/pull/113)._
382+
380383
For a more in-depth overview of creating with custom loaders, some resources are provided below:
381384
* The [System Loader implementation](https://github.com/ModuleLoader/es6-module-loader/blob/master/lib/es6-module-loader.js#L804)
382385
* [ES6 Loader API guide](https://gist.github.com/dherman/7568080)

0 commit comments

Comments
 (0)