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.

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

Reply via email to