Re: ES6 module loader issues: preloading, and CSS imports

2014-08-19 Thread Ian Hickson
On Tue, 19 Aug 2014, caridy wrote: > > IMO, it is a bad idea to use the loader for preloading things. The problem is that you need to, otherwise if someone suddenly invokes the things in question you won't be able to relate the preloading that is already on the fly with the actual loading that

Re: ES6 module loader issues: preloading, and CSS imports

2014-08-19 Thread caridy
inline... On Aug 19, 2014, at 12:52 PM, Ian Hickson wrote: > > (For some reason, e-mails containing the following text have failed to > make it to the es-discuss list. Not sure what's going on with that. > Anyway, this is a new e-mail that contains more or less the same contents > but change

Re: ES6 module loader issues: preloading, and CSS imports

2014-08-19 Thread Brendan Eich
Google Postini quarantined three of your messages. I moderated them through and sender-whitelisted your email address. Anyone (including me) in a similar boat, please mail me and I'll fix ASAP. I don't know who else can moderate. I just renewed admin access the other week when my own posts wer

Re: ES6 module loader issues: preloading, and CSS imports

2014-08-19 Thread Calvin Metcalf
this would also be useful in some other cases, for instance the following code that works (though is not advisable) in (node flavored) CommonJS and AMD is impossible to recreate (as far as I can tell) using the current hooks ```js // file shim.js Array.prototype.stupid = function () { // don't

ES6 module loader issues: preloading, and CSS imports

2014-08-19 Thread Ian Hickson
(For some reason, e-mails containing the following text have failed to make it to the es-discuss list. Not sure what's going on with that. Anyway, this is a new e-mail that contains more or less the same contents but changed a bit in case there's some filter or bug that the last e-mails were h