From 5e6d19e9cd2d75c21384bd9146b162b6cc011643 Mon Sep 17 00:00:00 2001 From: azu Date: Thu, 22 Dec 2016 10:51:56 +0900 Subject: [PATCH] Add Dynamic Module Reform to Stage 1 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620c4648..06498630 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ Proposals follow [this process document](https://tc39.github.io/process-document | | [RegExp named capture groups](https://github.com/tc39/proposal-regexp-named-groups) | Daniel Ehrenberg, Brian Terlson | 1 | | | [`s` (`dotAll`) flag for regular expressions](https://github.com/mathiasbynens/es-regexp-dotall-flag) | Mathias Bynens, Brian Terlson | 1 | | | [`Promise.try`](https://github.com/ljharb/proposal-promise-try) | Jordan Harband | 1 | -| | [64-Bit Integer Operations](https://gist.github.com/BrendanEich/4294d5c212a6d2254703) [alt link](https://github.com/BrendanEich/ecma262/tree/int64) | Brendan Eich | 1 | -| +| | [64-Bit Integer Operations](https://gist.github.com/BrendanEich/4294d5c212a6d2254703) [alt link](https://github.com/BrendanEich/ecma262/tree/int64) | Brendan Eich | 1 | +| | [Dynamic Module Reform](https://github.com/caridy/proposal-dynamic-modules) | Caridy Patiño | 1 | + 🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.