[Resending, not sure why it's not getting through to the list...]

On Jan 27, 2014, at 10:41 AM, David Herman <[email protected]> wrote:

> On Jan 27, 2014, at 2:07 AM, David Bruant <[email protected]> wrote:
> 
>> Indeed. I'm wondering why we need inline <script> for modules.
> 
> Because people write inline scripts all the time. It's unacceptably 
> inconvenient not to be able to bootstrap your app with inline code. It also 
> allows you to control for when the scripts resource is there, in particular 
> to be sure that necessary bootstrapping/kernel code has loaded before you 
> need to do some wiring up of your app.
> 
> But it's not even worth overthinking. It's so obviously, obscenely 
> anti-usable not to be able to write
> 
>    <script module>
>    import $ from "jquery";
>    import go from "myapp";
>    $(go);
>    </script>
> 
> inline that I'm surprised this is even a discussion.
> 
> Dave
> 

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to