Axel Rauschmayer (2013-11-17T19:59:50.000Z)
On Nov 17, 2013, at 6:14 , David Herman <dherman at mozilla.com> wrote:

>> Does this imply <module src=""> ?
> 
> Works either way, inline or external. (Requiring src="" is one of the reasons why <script async> was a non-starter.)


Is the value of `src` a module ID or a path? How about when packages are used (for bundling)? Is there a way to combine module IDs and packages?

Thanks!

Axel

-- 
Dr. Axel Rauschmayer
axel at rauschma.de

home: rauschma.de
twitter: twitter.com/rauschma
blog: 2ality.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131117/312011e3/attachment.html>
domenic at domenicdenicola.com (2013-11-22T17:50:31.274Z)
> Works either way, inline or external. (Requiring src="" is one of the reasons why <script async> was a non-starter.)


Is the value of `src` a module ID or a path? How about when packages are used (for bundling)? Is there a way to combine module IDs and packages?
domenic at domenicdenicola.com (2013-11-22T17:50:09.514Z)
On Nov 17, 2013, at 6:14 , David Herman <dherman at mozilla.com> wrote:

>> Does this imply <module src=""> ?
> 
> Works either way, inline or external. (Requiring src="" is one of the reasons why <script async> was a non-starter.)


Is the value of `src` a module ID or a path? How about when packages are used (for bundling)? Is there a way to combine module IDs and packages?