Brendan Eich (2014-01-31T21:52:23.000Z)
Calvin Metcalf wrote:
>
> Yes
>

The smell of expressions which evaluate depending on control flow not 
matching both branches preloading is enough that TC39 defers this and 
sticks to the ES6 grammar as proposed. We need to see enough clear 
use-cases where it wins to have import expressions, *and* there's no 
blow-back from both loading.

/be
> On Jan 31, 2014 4:30 PM, "Domenic Denicola" 
> <domenic at domenicdenicola.com <mailto:domenic at domenicdenicola.com>> wrote:
>
>     Just to be clear: this is for an ask such that
>
>     ```js
>     var foo = Math.random() > 0.5 ? import 'bar' : import 'baz';
>     ```
>
>     loads both `'bar'` and a`'baz'` every time.
>
forbes at lindesay.co.uk (2014-02-04T10:44:14.435Z)
The smell of expressions which evaluate depending on control flow not 
matching both branches preloading is enough that TC39 defers this and 
sticks to the ES6 grammar as proposed. We need to see enough clear 
use-cases where it wins to have import expressions, *and* there's no 
blow-back from both loading.