diff --git a/README.md b/README.md index 4677785..743cda2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # import() -This repository contains a proposal for adding a "function-like" `import()` module loading syntactic form to JavaScript. It is currently in stage 3 of [the TC39 process](https://tc39.github.io/process-document/). Previously it was discussed with the module-loading community in [whatwg/loader#149](https://github.com/whatwg/loader/issues/149). +This repository contains a proposal for adding a "function-like" `import()` module loading syntactic form to JavaScript. It is currently in stage 4 of [the TC39 process](https://tc39.github.io/process-document/). Previously it was discussed with the module-loading community in [whatwg/loader#149](https://github.com/whatwg/loader/issues/149). You can view the in-progress [spec draft](https://tc39.github.io/proposal-dynamic-import/) and take part in the discussions on the [issue tracker](https://github.com/tc39/proposal-dynamic-import/issues). diff --git a/spec.html b/spec.html index 137ea57..81c86f8 100644 --- a/spec.html +++ b/spec.html @@ -1,7 +1,7 @@
 title: import()
 status: proposal
-stage: 3
+stage: 4
 location: https://tc39.github.io/proposal-dynamic-import/
 copyright: false
 contributors: Domenic Denicola