From 9e3f1571361d8c99aa498e5b0aa88af69d4e7625 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 25 Jul 2018 10:56:26 -0700 Subject: [PATCH] Dynamic Modules to stage 1, per 2018.07.25 TC39 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d3c2ac4..95493cc2 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ This list contains only stage 1 proposals and higher that have not yet been with | | [Pattern Matching][matching] | Kat Marchán
Brian Terlson | Kat Marchán
Brian Terlson
Sebastian Markbåge | | [RegExp Match array offsets][regex-offsets] | Ron Buckton | Ron Buckton | | [Explicit Resource Management][resource-management] | Ron Buckton | Ron Buckton +| | [Dynamic Modules][dynamic-modules] | Bradley Farias | Bradley Farias :rocket: means the champion thinks it's ready to advance but has not yet presented to the committee. @@ -198,3 +199,4 @@ Note that as part of the onboarding process your repository name may be normaliz [regex-offsets]: https://github.com/rbuckton/proposal-regexp-match-offsets [buffer-transfer]: https://github.com/domenic/proposal-arraybuffer-transfer/ [resource-management]: https://github.com/rbuckton/proposal-using-statement +[dynamic-modules]: https://github.com/guybedford/proposal-dynamic-modules