Axel Rauschmayer (2014-08-06T18:30:20.000Z)
I haven’t seen any mention of `import * as foo` in the meeting notes, so I’m assuming that the ES6 module syntax is basically done. Right? Except for the “import-into-namespace syntax” [1], of course. As an aside, I’m really glad that `this` won’t be used here (which would have resulted in yet another thing one has to learn about `this`).

[1] https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-07/jul-30.md#45-import-into-namespace-syntax-dave

-- 
Dr. Axel Rauschmayer
axel at rauschma.de
rauschma.de



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140806/7ffa6a8d/attachment.html>
domenic at domenicdenicola.com (2014-08-15T22:27:26.451Z)
I haven’t seen any mention of `import * as foo` in the meeting notes, so I’m assuming that the ES6 module syntax is basically done. Right? Except for [the “import-into-namespace syntax”][1], of course. As an aside, I’m really glad that `this` won’t be used here (which would have resulted in yet another thing one has to learn about `this`).

[1]: https://github.com/rwaldron/tc39-notes/blob/master/es6/2014-07/jul-30.md#45-import-into-namespace-syntax-