ok so would this be accurate https://gist.github.com/calvinmetcalf/8701624 ?

the syntax does make it impossible to write something equivalent to

```js
let app = module.exports = require('express')();
```

On Wed, Jan 29, 2014 at 6:40 PM, Jason Orendorff
<[email protected]>wrote:

> On Wed, Jan 29, 2014 at 3:39 PM, Calvin Metcalf
> <[email protected]> wrote:
> > *would be equivalent of it was allowed
> >
> >[...]
> >> So the following are equivalent?
> >>
> >> ```js
> >> export default foo();
> >> export let default = foo();
> >> ```
>
> Yes.
>
> -j
>



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

Reply via email to