ES6 import directive

2016-01-07 Thread Lorenzo Ferrara
Dear Ecma International, (and Dear readers, as I don't exactely know who will read this mail) first of all, I think you do a great job standardising ECMAScript, which I honestly am a great admirer of. However, there is 1 (only 1) point I can't agree with: the "import" statement. I want to state

Re: ES6 import directive

2016-01-07 Thread kdex
Reply inline. On Donnerstag, 7. Januar 2016 17:30:08 CET, Lorenzo Ferrara wrote: > Dear Ecma International, (and Dear readers, as I don't exactely know who > will read this mail) Actually, you're posting to a mailing list whose members may include whoever subscribes to it. But skimming over your

Re: ES6 import directive

2016-01-07 Thread John Barton
Hi Lorenzo, almost all of your requests are covered by a related imperative loader API, http://whatwg.github.io/loader/#loader-import This work is not quite complete and thus not well described but your goals will be met with this API. jjb On Thu, Jan 7, 2016 at 8:30 AM, Lorenzo Ferrara