From 78025db72a75de0ce24f25175a2521c02e626a94 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 26 Jan 2016 00:22:35 -0800 Subject: [PATCH] Add details for Decorators agenda item for 2016-01 --- 2016/01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2016/01.md b/2016/01.md index 169c3f7a..f11f9051 100644 --- a/2016/01.md +++ b/2016/01.md @@ -56,6 +56,8 @@ 1. Proposals for Future Editions of ECMA-262 1. [Zones](https://docs.google.com/presentation/d/1H3E2ToJ8VHgZS8eS6bRv-vg5OksObj5wv6gyzJJwOK0/edit#slide=id.p) (Miško Hevery, Brad Green, Domenic Denicola). Preferably January 26 so Brad can make it. 1. [Decorators](https://github.com/wycats/javascript-decorators) (Yehuda Katz, Miško Hevery, Brad Green, Ron Buckton). Preferably January 26 so Brad can make it. + 1. Stage 0 proposal: [Method Parameter Decorators](https://goo.gl/r1XT9b) ([stage0.md PR](https://github.com/tc39/ecma262/pull/323)) + 2. Stage 0 proposal: [Function Expression Decorators](https://goo.gl/8MmCMG) ([stage0.md PR](https://github.com/tc39/ecma262/pull/324)) 1. Shared Memory and Atomics (Lars T Hansen, Mozilla) [Spec materials](https://github.com/lars-t-hansen/ecmascript_sharedmem). Discussion of concerns raised at September 2015 meeting, proposal to move to Stage 2. (Time constraint: Tuesday Only) 1. Class fields updates -- Semicolons: Required or optional? What to do with initializer-less declarations? (Jeff Morrison) 1. [Function.prototype.toString and Function.prototype.isPortable](https://github.com/michaelficarra/Function-prototype-toString-revision): proposal to advance to stage 2 (Michael Ficarra)