Re: please add x .= f()

2015-08-10 Thread Florent FAYOLLE
Hello, x .= f() should be syntax sugar for x = x.f() x .= f().g().h() should be x = x.f().g().h() +1! I've made some weeks ago a prototype of this in sweet.js: https://github.com/fflorent/member-access-assignment Except that the syntax is rather =. (I have probably been influenced by the Co

Re: The WAIT for export and import

2015-05-01 Thread Florent FAYOLLE
Not sure that's the right place to talk about that (es-discuss is about the specification itself). Probably you should rather CC yourself on this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=es6 And especially on this one: https://bugzilla.mozilla.org/show_bug.cgi?id=568953 BTW, someone l